#BC4777

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

Shades of Royal Heath #BC4777

Tints of Royal Heath #BC4777

Color information

#BC4777 (or 0xBC4777) is unknown color: approx Royal Heath. HEX triplet: BC, 47 and 77. RGB value is (188,71,119). Sum of RGB (Red+Green+Blue) = 188+71+119=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4777 is #43B888. Grayscale: #6F6F6F. Windows color (decimal): -4438153 or 7817148. OLE color: 7817148.

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

Color convert

RGB18871119-
CMYK00.620.370.26
HSL335.38º46.61%50.78%-
HSV(B)335.38º62.23%73.73%-
XYZ26.3216.5319.26-
YUV111.46132.26182.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=49.74%
G=18.78%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887111900.620.370.26335.3846.6150.78
HexBC477703E251A14f2f33
Octal27410716707645325175763
Binary1011110010001111110111011111010010111010101001111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4777; }

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

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

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

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

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

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

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

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