#BC3570

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

Shades of Royal Heath #BC3570

Tints of Royal Heath #BC3570

Color information

#BC3570 (or 0xBC3570) is unknown color: approx Royal Heath. HEX triplet: BC, 35 and 70. RGB value is (188,53,112). Sum of RGB (Red+Green+Blue) = 188+53+112=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3570 is #43CA8F. Grayscale: #636363. Windows color (decimal): -4442768 or 7353788. OLE color: 7353788.

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

Color convert

RGB18853112-
CMYK00.720.400.26
HSL333.78º56.02%47.25%-
HSV(B)333.78º71.81%73.73%-
XYZ24.9414.4116.8-
YUV100.09134.73190.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=53.26%
G=15.01%
B=31.73%

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
Decimal1885311200.720.400.26333.7856.0247.25
HexBC3570048281A14e382f
Octal27465160011050325167057
Binary1011110011010111100000100100010100011010101001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3570; }

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

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

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

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

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

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

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

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