#BC4271

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

Shades of Royal Heath #BC4271

Tints of Royal Heath #BC4271

Color information

#BC4271 (or 0xBC4271) is unknown color: approx Royal Heath. HEX triplet: BC, 42 and 71. RGB value is (188,66,113). Sum of RGB (Red+Green+Blue) = 188+66+113=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4271 is #43BD8E. Grayscale: #6B6B6B. Windows color (decimal): -4439439 or 7422652. OLE color: 7422652.

HSL color Cylindrical-coordinate representation of color #BC4271: hue angle of 336.89º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4271 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB18866113-
CMYK00.650.400.26
HSL336.89º48.03%49.8%-
HSV(B)336.89º64.89%73.73%-
XYZ25.6715.7817.32-
YUV107.84130.92185.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=51.23%
G=17.98%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886611300.650.400.26336.8948.0349.8
HexBC4271041281A1513032
Octal274102161010150325216062
Binary10111100100001011100010100000110100011010101010001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4271; }

 p { color: rgb(188,66,113); }

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

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

 a { background-color: rgb(188,66,113); }

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

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

 span { border-color: rgb(188,66,113); }

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