#BB497F

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

Shades of Royal Heath #BB497F

Tints of Royal Heath #BB497F

Color information

#BB497F (or 0xBB497F) is unknown color: approx Royal Heath. HEX triplet: BB, 49 and 7F. RGB value is (187,73,127). Sum of RGB (Red+Green+Blue) = 187+73+127=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB497F is #44B680. Grayscale: #717171. Windows color (decimal): -4503169 or 8341947. OLE color: 8341947.

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

Color convert

RGB18773127-
CMYK00.610.320.27
HSL331.58º45.6%50.98%-
HSV(B)331.58º60.96%73.33%-
XYZ26.7116.8621.93-
YUV113.24135.77180.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 127 (50% from 255) = 32.82%
R=48.32%
G=18.86%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877312700.610.320.27331.5845.650.98
HexBB497F03D201B14c2e33
Octal27311117707540335145663
Binary1011101110010011111111011110110000011011101001100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB497F; }

 p { color: rgb(187,73,127); }

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

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

 a { background-color: rgb(187,73,127); }

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

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

 span { border-color: rgb(187,73,127); }

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