#BB487C

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

Shades of Royal Heath #BB487C

Tints of Royal Heath #BB487C

Color information

#BB487C (or 0xBB487C) is unknown color: approx Royal Heath. HEX triplet: BB, 48 and 7C. RGB value is (187,72,124). Sum of RGB (Red+Green+Blue) = 187+72+124=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB487C is #44B783. Grayscale: #707070. Windows color (decimal): -4503428 or 8145083. OLE color: 8145083.

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

Color convert

RGB18772124-
CMYK00.610.340.27
HSL332.87º45.82%50.78%-
HSV(B)332.87º61.5%73.33%-
XYZ26.4516.6520.89-
YUV112.31134.6181.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=48.83%
G=18.80%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877212400.610.340.27332.8745.8250.78
HexBB487C03D221B14d2e33
Octal27311017407542335155663
Binary1011101110010001111100011110110001011011101001101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB487C; }

 p { color: rgb(187,72,124); }

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

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

 a { background-color: rgb(187,72,124); }

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

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

 span { border-color: rgb(187,72,124); }

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