#BC3571

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

Shades of Royal Heath #BC3571

Tints of Royal Heath #BC3571

Color information

#BC3571 (or 0xBC3571) is unknown color: approx Royal Heath. HEX triplet: BC, 35 and 71. RGB value is (188,53,113). Sum of RGB (Red+Green+Blue) = 188+53+113=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3571 is #43CA8E. Grayscale: #646464. Windows color (decimal): -4442767 or 7419324. OLE color: 7419324.

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

Color convert

RGB18853113-
CMYK00.720.400.26
HSL333.33º56.02%47.25%-
HSV(B)333.33º71.81%73.73%-
XYZ24.9914.4317.09-
YUV100.2135.23190.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 53 (21.09% from 255) = 14.97%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=53.11%
G=14.97%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885311300.720.400.26333.3356.0247.25
HexBC3571048281A14d382f
Octal27465161011050325157057
Binary1011110011010111100010100100010100011010101001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3571; }

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

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

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

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

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

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

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

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