#B0517E

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

Shades of Royal Heath #B0517E

Tints of Royal Heath #B0517E

Color information

#B0517E (or 0xB0517E) is unknown color: approx Royal Heath. HEX triplet: B0, 51 and 7E. RGB value is (176,81,126). Sum of RGB (Red+Green+Blue) = 176+81+126=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0517E is #4FAE81. Grayscale: #727272. Windows color (decimal): -5222018 or 8278448. OLE color: 8278448.

HSL color Cylindrical-coordinate representation of color #B0517E: hue angle of 331.58º 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 #B0517E is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17681126-
CMYK00.540.280.31
HSL331.58º37.55%50.39%-
HSV(B)331.58º53.98%69.02%-
XYZ24.6116.6221.65-
YUV114.54134.47171.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=45.95%
G=21.15%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768112600.540.280.31331.5837.5550.39
HexB0517E0361C1F14c2632
Octal26012117606634375144662
Binary101100001010001111111001101101110011111101001100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0517E; }

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

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

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

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

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

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

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

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