#BB32B4

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

Shades of Fuchsia #BB32B4

Tints of Fuchsia #BB32B4

Color information

#BB32B4 (or 0xBB32B4) is unknown color: approx Fuchsia. HEX triplet: BB, 32 and B4. RGB value is (187,50,180). Sum of RGB (Red+Green+Blue) = 187+50+180=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB32B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32B4 is #44CD4B. Grayscale: #696969. Windows color (decimal): -4509004 or 11809467. OLE color: 11809467.

HSL color Cylindrical-coordinate representation of color #BB32B4: hue angle of 303.07º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB32B4 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18750180-
CMYK00.730.040.27
HSL303.07º57.81%46.47%-
HSV(B)303.07º73.26%73.33%-
XYZ29.8716.1444.72-
YUV105.78169.89185.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 50 (19.92% from 255) = 11.99%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=44.84%
G=11.99%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875018000.730.040.27303.0757.8146.47
HexBB32B404941B12f3a2e
Octal2736226401114334577256
Binary10111011110010101101000100100110011011100101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB32B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB32B4; }

 p { color: rgb(187,50,180); }

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

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

 a { background-color: rgb(187,50,180); }

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

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

 span { border-color: rgb(187,50,180); }

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