#BC3D73

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

Shades of Royal Heath #BC3D73

Tints of Royal Heath #BC3D73

Color information

#BC3D73 (or 0xBC3D73) is unknown color: approx Royal Heath. HEX triplet: BC, 3D and 73. RGB value is (188,61,115). Sum of RGB (Red+Green+Blue) = 188+61+115=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D73 is #43C28C. Grayscale: #696969. Windows color (decimal): -4440717 or 7552444. OLE color: 7552444.

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

Color convert

RGB18861115-
CMYK00.680.390.26
HSL334.49º51%48.82%-
HSV(B)334.49º67.55%73.73%-
XYZ25.515.2717.82-
YUV105.13133.58187.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.65%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=51.65%
G=16.76%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886111500.680.390.26334.495148.82
HexBC3D73044271A14e3331
Octal27475163010447325166361
Binary1011110011110111100110100010010011111010101001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3D73; }

 p { color: rgb(188,61,115); }

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

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

 a { background-color: rgb(188,61,115); }

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

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

 span { border-color: rgb(188,61,115); }

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