#BC477B

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

Shades of Royal Heath #BC477B

Tints of Royal Heath #BC477B

Color information

#BC477B (or 0xBC477B) is unknown color: approx Royal Heath. HEX triplet: BC, 47 and 7B. RGB value is (188,71,123). Sum of RGB (Red+Green+Blue) = 188+71+123=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC477B is #43B884. Grayscale: #6F6F6F. Windows color (decimal): -4438149 or 8079292. OLE color: 8079292.

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

Color convert

RGB18871123-
CMYK00.620.350.26
HSL333.33º46.61%50.78%-
HSV(B)333.33º62.23%73.73%-
XYZ26.5716.6320.55-
YUV111.91134.26182.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=49.21%
G=18.59%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887112300.620.350.26333.3346.6150.78
HexBC477B03E231A14d2f33
Octal27410717307643325155763
Binary1011110010001111111011011111010001111010101001101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC477B; }

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

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

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

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

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

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

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

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