#BB5175

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

Shades of Royal Heath #BB5175

Tints of Royal Heath #BB5175

Color information

#BB5175 (or 0xBB5175) is unknown color: approx Royal Heath. HEX triplet: BB, 51 and 75. RGB value is (187,81,117). Sum of RGB (Red+Green+Blue) = 187+81+117=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5175 is #44AE8A. Grayscale: #747474. Windows color (decimal): -4501131 or 7688635. OLE color: 7688635.

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

Color convert

RGB18781117-
CMYK00.570.370.27
HSL339.62º43.8%52.55%-
HSV(B)339.62º56.68%73.33%-
XYZ26.6517.7318.85-
YUV116.8128.12178.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=48.57%
G=21.04%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878111700.570.370.27339.6243.852.55
HexBB5175039251B1542c35
Octal27312116507145335245465
Binary1011101110100011110101011100110010111011101010100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5175; }

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

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

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

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

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

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

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

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