#B1517C

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

Shades of Royal Heath #B1517C

Tints of Royal Heath #B1517C

Color information

#B1517C (or 0xB1517C) is unknown color: approx Royal Heath. HEX triplet: B1, 51 and 7C. RGB value is (177,81,124). Sum of RGB (Red+Green+Blue) = 177+81+124=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1517C is #4EAE83. Grayscale: #727272. Windows color (decimal): -5156484 or 8147377. OLE color: 8147377.

HSL color Cylindrical-coordinate representation of color #B1517C: hue angle of 333.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1517C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17781124-
CMYK00.540.300.31
HSL333.12º38.1%50.59%-
HSV(B)333.12º54.24%69.41%-
XYZ24.7116.6920.99-
YUV114.61133.3172.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=46.34%
G=21.20%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778112400.540.300.31333.1238.150.59
HexB1517C0361E1F14d2633
Octal26112117406636375154663
Binary101100011010001111110001101101111011111101001101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1517C; }

 p { color: rgb(177,81,124); }

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

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

 a { background-color: rgb(177,81,124); }

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

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

 span { border-color: rgb(177,81,124); }

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