#B730B4

Color #B730B4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B730B4

Tints of Fuchsia #B730B4

Color information

#B730B4 (or 0xB730B4) is unknown color: approx Fuchsia. HEX triplet: B7, 30 and B4. RGB value is (183,48,180). Sum of RGB (Red+Green+Blue) = 183+48+180=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B730B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730B4 is #48CF4B. Grayscale: #676767. Windows color (decimal): -4771660 or 11808951. OLE color: 11808951.

HSL color Cylindrical-coordinate representation of color #B730B4: hue angle of 301.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730B4 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18348180-
CMYK00.740.020.28
HSL301.33º58.44%45.29%-
HSV(B)301.33º73.77%71.76%-
XYZ28.8215.4844.65-
YUV103.41171.23184.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 48 (19.14% from 255) = 11.68%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=44.53%
G=11.68%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834818000.740.020.28301.3358.4445.29
HexB730B404A21C12d3a2d
Octal2676026401122344557255
Binary1011011111000010110100010010101011100100101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B730B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B730B4; }

 p { color: rgb(183,48,180); }

 H1.HeaderClassName
 {
   color: #B730B4;
 }
 .AnyTagClassName
 {
   color: #B730B4;
 }
</style>
background-color css

<style>
 a { background-color: #B730B4; }

 a { background-color: rgb(183,48,180); }

 div.DivClassName
 {
   background-color: #B730B4;
 }
 .BgClassName
 {
   background-color: #B730B4;
 }
</style>
border-color css

<style>
 span { border-color: #B730B4; }

 span { border-color: rgb(183,48,180); }

 td.TdClassName
 {
   border-color: #B730B4;
 }
 .TagClassName
 {
   border-color: #B730B4;
 }
</style>