#bc3e74

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

Shades of Royal Heath #BC3E74

Tints of Royal Heath #BC3E74

Color information

#BC3E74 (or 0xBC3E74) is unknown color: approx Royal Heath. HEX triplet: BC, 3E and 74. RGB value is (188,62,116). Sum of RGB (Red+Green+Blue) = 188+62+116=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E74 is #43C18B. Grayscale: #696969. Windows color (decimal): -4440460 or 7618236. OLE color: 7618236.

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

Color convert

RGB18862116-
CMYK00.670.380.26
HSL334.29º50.4%49.02%-
HSV(B)334.29º67.02%73.73%-
XYZ25.6115.418.15-
YUV105.83133.74186.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=51.37%
G=16.94%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886211600.670.380.26334.2950.449.02
HexBC3E74043261A14e3231
Octal27476164010346325166261
Binary1011110011111011101000100001110011011010101001110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3e74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3e74; }

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

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

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

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

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

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

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

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