#BB5481

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

Shades of Royal Heath #BB5481

Tints of Royal Heath #BB5481

Color information

#BB5481 (or 0xBB5481) is unknown color: approx Royal Heath. HEX triplet: BB, 54 and 81. RGB value is (187,84,129). Sum of RGB (Red+Green+Blue) = 187+84+129=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5481 is #44AB7E. Grayscale: #777777. Windows color (decimal): -4500351 or 8475835. OLE color: 8475835.

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

Color convert

RGB18784129-
CMYK00.550.310.27
HSL333.79º43.1%53.14%-
HSV(B)333.79º55.08%73.33%-
XYZ27.6318.4922.88-
YUV119.93133.12175.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=46.75%
G=21%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878412900.550.310.27333.7943.153.14
HexBB54810371F1B14e2b35
Octal27312420106737335165365
Binary1011101110101001000000101101111111111011101001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5481; }

 p { color: rgb(187,84,129); }

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

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

 a { background-color: rgb(187,84,129); }

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

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

 span { border-color: rgb(187,84,129); }

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