#BC4171

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

Shades of Royal Heath #BC4171

Tints of Royal Heath #BC4171

Color information

#BC4171 (or 0xBC4171) is unknown color: approx Royal Heath. HEX triplet: BC, 41 and 71. RGB value is (188,65,113). Sum of RGB (Red+Green+Blue) = 188+65+113=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4171 is #43BE8E. Grayscale: #6B6B6B. Windows color (decimal): -4439695 or 7422396. OLE color: 7422396.

HSL color Cylindrical-coordinate representation of color #BC4171: hue angle of 336.59º degrees, saturation: 0.49, 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 #BC4171 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB18865113-
CMYK00.650.400.26
HSL336.59º48.62%49.61%-
HSV(B)336.59º65.43%73.73%-
XYZ25.6115.6617.3-
YUV107.25131.25185.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=51.37%
G=17.76%
B=30.87%

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
Decimal1886511300.650.400.26336.5948.6249.61
HexBC4171041281A1513132
Octal274101161010150325216162
Binary10111100100000111100010100000110100011010101010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4171; }

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

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

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

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

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

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

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

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