#BC3F72

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

Shades of Royal Heath #BC3F72

Tints of Royal Heath #BC3F72

Color information

#BC3F72 (or 0xBC3F72) is unknown color: approx Royal Heath. HEX triplet: BC, 3F and 72. RGB value is (188,63,114). Sum of RGB (Red+Green+Blue) = 188+63+114=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F72 is #43C08D. Grayscale: #6A6A6A. Windows color (decimal): -4440206 or 7487420. OLE color: 7487420.

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

Color convert

RGB18863114-
CMYK00.660.390.26
HSL335.52º49.8%49.22%-
HSV(B)335.52º66.49%73.73%-
XYZ25.5515.4617.56-
YUV106.19132.41186.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=51.51%
G=17.26%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886311400.660.390.26335.5249.849.22
HexBC3F72042271A1503231
Octal27477162010247325206261
Binary1011110011111111100100100001010011111010101010000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3F72; }

 p { color: rgb(188,63,114); }

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

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

 a { background-color: rgb(188,63,114); }

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

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

 span { border-color: rgb(188,63,114); }

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