#BC497D

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

Shades of Royal Heath #BC497D

Tints of Royal Heath #BC497D

Color information

#BC497D (or 0xBC497D) is unknown color: approx Royal Heath. HEX triplet: BC, 49 and 7D. RGB value is (188,73,125). Sum of RGB (Red+Green+Blue) = 188+73+125=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC497D is #43B682. Grayscale: #717171. Windows color (decimal): -4437635 or 8210876. OLE color: 8210876.

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

Color convert

RGB18873125-
CMYK00.610.340.26
HSL332.87º46.18%51.18%-
HSV(B)332.87º61.17%73.73%-
XYZ26.8216.9421.26-
YUV113.31134.6181.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=48.70%
G=18.91%
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.26
SystemRedGreenBlueCMYKHSL
Decimal1887312500.610.340.26332.8746.1851.18
HexBC497D03D221A14d2e33
Octal27411117507542325155663
Binary1011110010010011111101011110110001011010101001101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC497D; }

 p { color: rgb(188,73,125); }

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

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

 a { background-color: rgb(188,73,125); }

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

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

 span { border-color: rgb(188,73,125); }

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