#BC477C

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

Shades of Royal Heath #BC477C

Tints of Royal Heath #BC477C

Color information

#BC477C (or 0xBC477C) is unknown color: approx Royal Heath. HEX triplet: BC, 47 and 7C. RGB value is (188,71,124). Sum of RGB (Red+Green+Blue) = 188+71+124=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC477C is #43B883. Grayscale: #6F6F6F. Windows color (decimal): -4438148 or 8144828. OLE color: 8144828.

HSL color Cylindrical-coordinate representation of color #BC477C: hue angle of 332.82º degrees, saturation: 0.47, 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 #BC477C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18871124-
CMYK00.620.340.26
HSL332.82º46.61%50.78%-
HSV(B)332.82º62.23%73.73%-
XYZ26.6316.6520.88-
YUV112.02134.76182.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 71 (28.12% from 255) = 18.54%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=49.09%
G=18.54%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887112400.620.340.26332.8246.6150.78
HexBC477C03E221A14d2f33
Octal27410717407642325155763
Binary1011110010001111111100011111010001011010101001101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC477C; }

 p { color: rgb(188,71,124); }

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

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

 a { background-color: rgb(188,71,124); }

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

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

 span { border-color: rgb(188,71,124); }

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