#B3517E

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

Shades of Royal Heath #B3517E

Tints of Royal Heath #B3517E

Color information

#B3517E (or 0xB3517E) is unknown color: approx Royal Heath. HEX triplet: B3, 51 and 7E. RGB value is (179,81,126). Sum of RGB (Red+Green+Blue) = 179+81+126=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3517E is #4CAE81. Grayscale: #737373. Windows color (decimal): -5025410 or 8278451. OLE color: 8278451.

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

Color convert

RGB17981126-
CMYK00.550.300.30
HSL332.45º39.2%50.98%-
HSV(B)332.45º54.75%70.2%-
XYZ25.316.9721.68-
YUV115.43133.97173.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=46.37%
G=20.98%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798112600.550.300.30332.4539.250.98
HexB3517E0371E1E14c2733
Octal26312117606736365144763
Binary101100111010001111111001101111111011110101001100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3517E; }

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

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

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

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

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

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

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

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