#BC517E

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

Shades of Royal Heath #BC517E

Tints of Royal Heath #BC517E

Color information

#BC517E (or 0xBC517E) is unknown color: approx Royal Heath. HEX triplet: BC, 51 and 7E. RGB value is (188,81,126). Sum of RGB (Red+Green+Blue) = 188+81+126=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC517E is #43AE81. Grayscale: #767676. Windows color (decimal): -4435586 or 8278460. OLE color: 8278460.

HSL color Cylindrical-coordinate representation of color #BC517E: hue angle of 334.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC517E is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18881126-
CMYK00.570.330.26
HSL334.77º44.4%52.75%-
HSV(B)334.77º56.91%73.73%-
XYZ27.4518.0821.78-
YUV118.12132.45177.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=47.59%
G=20.51%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888112600.570.330.26334.7744.452.75
HexBC517E039211A14f2c35
Octal27412117607141325175465
Binary1011110010100011111110011100110000111010101001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC517E; }

 p { color: rgb(188,81,126); }

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

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

 a { background-color: rgb(188,81,126); }

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

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

 span { border-color: rgb(188,81,126); }

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