#B0517D

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

Shades of Royal Heath #B0517D

Tints of Royal Heath #B0517D

Color information

#B0517D (or 0xB0517D) is unknown color: approx Royal Heath. HEX triplet: B0, 51 and 7D. RGB value is (176,81,125). Sum of RGB (Red+Green+Blue) = 176+81+125=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0517D is #4FAE82. Grayscale: #727272. Windows color (decimal): -5222019 or 8212912. OLE color: 8212912.

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

Color convert

RGB17681125-
CMYK00.540.290.31
HSL332.21º37.55%50.39%-
HSV(B)332.21º53.98%69.02%-
XYZ24.5516.621.31-
YUV114.42133.97171.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=46.07%
G=21.20%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768112500.540.290.31332.2137.5550.39
HexB0517D0361D1F14c2632
Octal26012117506635375144662
Binary101100001010001111110101101101110111111101001100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0517D; }

 p { color: rgb(176,81,125); }

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

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

 a { background-color: rgb(176,81,125); }

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

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

 span { border-color: rgb(176,81,125); }

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