#BB5DB8

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

Shades of Fuchsia #BB5DB8

Tints of Fuchsia #BB5DB8

Color information

#BB5DB8 (or 0xBB5DB8) is unknown color: approx Fuchsia. HEX triplet: BB, 5D and B8. RGB value is (187,93,184). Sum of RGB (Red+Green+Blue) = 187+93+184=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DB8 is #44A247. Grayscale: #838383. Windows color (decimal): -4497992 or 12082619. OLE color: 12082619.

HSL color Cylindrical-coordinate representation of color #BB5DB8: hue angle of 301.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5DB8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18793184-
CMYK00.500.020.27
HSL301.91º40.87%54.9%-
HSV(B)301.91º50.27%73.33%-
XYZ33.0621.8547.82-
YUV131.48157.64167.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 93 (36.72% from 255) = 20.04%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=40.30%
G=20.04%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879318400.500.020.27301.9140.8754.9
HexBB5DB803221B12e2937
Octal2731352700622334565167
Binary1011101110111011011100001100101011011100101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DB8; }

 p { color: rgb(187,93,184); }

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

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

 a { background-color: rgb(187,93,184); }

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

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

 span { border-color: rgb(187,93,184); }

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