#BB5580

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

Shades of Royal Heath #BB5580

Tints of Royal Heath #BB5580

Color information

#BB5580 (or 0xBB5580) is unknown color: approx Royal Heath. HEX triplet: BB, 55 and 80. RGB value is (187,85,128). Sum of RGB (Red+Green+Blue) = 187+85+128=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5580 is #44AA7F. Grayscale: #787878. Windows color (decimal): -4500096 or 8410555. OLE color: 8410555.

HSL color Cylindrical-coordinate representation of color #BB5580: hue angle of 334.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5580 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18785128-
CMYK00.550.320.27
HSL334.71º42.86%53.33%-
HSV(B)334.71º54.55%73.33%-
XYZ27.6418.6222.56-
YUV120.4132.29175.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 128 (50.39% from 255) = 32%
R=46.75%
G=21.25%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878512800.550.320.27334.7142.8653.33
HexBB5580037201B14f2b35
Octal27312520006740335175365
Binary10111011101010110000000011011110000011011101001111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5580; }

 p { color: rgb(187,85,128); }

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

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

 a { background-color: rgb(187,85,128); }

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

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

 span { border-color: rgb(187,85,128); }

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