#BC487E

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

Shades of Royal Heath #BC487E

Tints of Royal Heath #BC487E

Color information

#BC487E (or 0xBC487E) is unknown color: approx Royal Heath. HEX triplet: BC, 48 and 7E. RGB value is (188,72,126). Sum of RGB (Red+Green+Blue) = 188+72+126=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC487E is #43B781. Grayscale: #707070. Windows color (decimal): -4437890 or 8276156. OLE color: 8276156.

HSL color Cylindrical-coordinate representation of color #BC487E: hue angle of 332.07º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC487E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18872126-
CMYK00.620.330.26
HSL332.07º46.4%50.98%-
HSV(B)332.07º61.7%73.73%-
XYZ26.8216.8321.57-
YUV112.84135.43181.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=48.70%
G=18.65%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887212600.620.330.26332.0746.450.98
HexBC487E03E211A14c2e33
Octal27411017607641325145663
Binary1011110010010001111110011111010000111010101001100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC487E; }

 p { color: rgb(188,72,126); }

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

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

 a { background-color: rgb(188,72,126); }

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

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

 span { border-color: rgb(188,72,126); }

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