#BB4D7D

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

Shades of Royal Heath #BB4D7D

Tints of Royal Heath #BB4D7D

Color information

#BB4D7D (or 0xBB4D7D) is unknown color: approx Royal Heath. HEX triplet: BB, 4D and 7D. RGB value is (187,77,125). Sum of RGB (Red+Green+Blue) = 187+77+125=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D7D is #44B282. Grayscale: #737373. Windows color (decimal): -4502147 or 8211899. OLE color: 8211899.

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

Color convert

RGB18777125-
CMYK00.590.330.27
HSL333.82º44.72%51.76%-
HSV(B)333.82º58.82%73.33%-
XYZ26.8517.3521.34-
YUV115.36133.44179.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=48.07%
G=19.79%
B=32.13%

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
Decimal1877712500.590.330.27333.8244.7251.76
HexBB4D7D03B211B14e2d34
Octal27311517507341335165564
Binary1011101110011011111101011101110000111011101001110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D7D; }

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

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

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

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

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

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

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

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