#BC3E6D

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

Shades of Royal Heath #BC3E6D

Tints of Royal Heath #BC3E6D

Color information

#BC3E6D (or 0xBC3E6D) is unknown color: approx Royal Heath. HEX triplet: BC, 3E and 6D. RGB value is (188,62,109). Sum of RGB (Red+Green+Blue) = 188+62+109=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E6D is #43C192. Grayscale: #686868. Windows color (decimal): -4440467 or 7159484. OLE color: 7159484.

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

Color convert

RGB18862109-
CMYK00.670.420.26
HSL337.62º50.4%49.02%-
HSV(B)337.62º67.02%73.73%-
XYZ25.2215.2416.08-
YUV105.03130.24187.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=52.37%
G=17.27%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886210900.670.420.26337.6250.449.02
HexBC3E6D0432A1A1523231
Octal27476155010352325226261
Binary1011110011111011011010100001110101011010101010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3E6D; }

 p { color: rgb(188,62,109); }

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

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

 a { background-color: rgb(188,62,109); }

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

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

 span { border-color: rgb(188,62,109); }

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