#BC477A

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

Shades of Royal Heath #BC477A

Tints of Royal Heath #BC477A

Color information

#BC477A (or 0xBC477A) is unknown color: approx Royal Heath. HEX triplet: BC, 47 and 7A. RGB value is (188,71,122). Sum of RGB (Red+Green+Blue) = 188+71+122=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC477A is #43B885. Grayscale: #6F6F6F. Windows color (decimal): -4438150 or 8013756. OLE color: 8013756.

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

Color convert

RGB18871122-
CMYK00.620.350.26
HSL333.85º46.61%50.78%-
HSV(B)333.85º62.23%73.73%-
XYZ26.5116.620.22-
YUV111.8133.76182.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=49.34%
G=18.64%
B=32.02%

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
Decimal1887112200.620.350.26333.8546.6150.78
HexBC477A03E231A14e2f33
Octal27410717207643325165763
Binary1011110010001111111010011111010001111010101001110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC477A; }

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

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

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

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

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

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

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

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