#BB5179

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

Shades of Royal Heath #BB5179

Tints of Royal Heath #BB5179

Color information

#BB5179 (or 0xBB5179) is unknown color: approx Royal Heath. HEX triplet: BB, 51 and 79. RGB value is (187,81,121). Sum of RGB (Red+Green+Blue) = 187+81+121=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5179 is #44AE86. Grayscale: #757575. Windows color (decimal): -4501127 or 7950779. OLE color: 7950779.

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

Color convert

RGB18781121-
CMYK00.570.350.27
HSL337.36º43.8%52.55%-
HSV(B)337.36º56.68%73.33%-
XYZ26.8917.8320.11-
YUV117.25130.12177.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=48.07%
G=20.82%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878112100.570.350.27337.3643.852.55
HexBB5179039231B1512c35
Octal27312117107143335215465
Binary1011101110100011111001011100110001111011101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5179; }

 p { color: rgb(187,81,121); }

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

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

 a { background-color: rgb(187,81,121); }

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

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

 span { border-color: rgb(187,81,121); }

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