#BB4C7D

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

Shades of Royal Heath #BB4C7D

Tints of Royal Heath #BB4C7D

Color information

#BB4C7D (or 0xBB4C7D) is unknown color: approx Royal Heath. HEX triplet: BB, 4C and 7D. RGB value is (187,76,125). Sum of RGB (Red+Green+Blue) = 187+76+125=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4C7D is #44B382. Grayscale: #727272. Windows color (decimal): -4502403 or 8211643. OLE color: 8211643.

HSL color Cylindrical-coordinate representation of color #BB4C7D: hue angle of 333.51º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4C7D is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18776125-
CMYK00.590.330.27
HSL333.51º44.94%51.57%-
HSV(B)333.51º59.36%73.33%-
XYZ26.7817.2121.31-
YUV114.78133.77179.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=48.20%
G=19.59%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877612500.590.330.27333.5144.9451.57
HexBB4C7D03B211B14e2d34
Octal27311417507341335165564
Binary1011101110011001111101011101110000111011101001110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C7D; }

 p { color: rgb(187,76,125); }

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

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

 a { background-color: rgb(187,76,125); }

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

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

 span { border-color: rgb(187,76,125); }

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