#B2517E

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

Shades of Royal Heath #B2517E

Tints of Royal Heath #B2517E

Color information

#B2517E (or 0xB2517E) is unknown color: approx Royal Heath. HEX triplet: B2, 51 and 7E. RGB value is (178,81,126). Sum of RGB (Red+Green+Blue) = 178+81+126=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2517E is #4DAE81. Grayscale: #737373. Windows color (decimal): -5090946 or 8278450. OLE color: 8278450.

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

Color convert

RGB17881126-
CMYK00.540.290.30
HSL332.16º38.65%50.78%-
HSV(B)332.16º54.49%69.8%-
XYZ25.0716.8621.67-
YUV115.13134.14172.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=46.23%
G=21.04%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788112600.540.290.30332.1638.6550.78
HexB2517E0361D1E14c2733
Octal26212117606635365144763
Binary101100101010001111111001101101110111110101001100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2517E; }

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

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

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

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

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

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

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

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