#BB5DAD

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

Shades of Fuchsia #BB5DAD

Tints of Fuchsia #BB5DAD

Color information

#BB5DAD (or 0xBB5DAD) is unknown color: approx Fuchsia. HEX triplet: BB, 5D and AD. RGB value is (187,93,173). Sum of RGB (Red+Green+Blue) = 187+93+173=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DAD is #44A252. Grayscale: #828282. Windows color (decimal): -4498003 or 11361723. OLE color: 11361723.

HSL color Cylindrical-coordinate representation of color #BB5DAD: hue angle of 308.94º 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 #BB5DAD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18793173-
CMYK00.500.070.27
HSL308.94º40.87%54.9%-
HSV(B)308.94º50.27%73.33%-
XYZ31.9521.4141.98-
YUV130.23152.14168.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=41.28%
G=20.53%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879317300.500.070.27308.9440.8754.9
HexBB5DAD03271B1352937
Octal2731352550627334655167
Binary10111011101110110101101011001011111011100110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DAD; }

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

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

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

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

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

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

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

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