#B6517E

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

Shades of Royal Heath #B6517E

Tints of Royal Heath #B6517E

Color information

#B6517E (or 0xB6517E) is unknown color: approx Royal Heath. HEX triplet: B6, 51 and 7E. RGB value is (182,81,126). Sum of RGB (Red+Green+Blue) = 182+81+126=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6517E is #49AE81. Grayscale: #747474. Windows color (decimal): -4828802 or 8278454. OLE color: 8278454.

HSL color Cylindrical-coordinate representation of color #B6517E: hue angle of 333.27º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6517E is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18281126-
CMYK00.550.310.29
HSL333.27º40.89%51.57%-
HSV(B)333.27º55.49%71.37%-
XYZ2617.3421.71-
YUV116.33133.46174.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=46.79%
G=20.82%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828112600.550.310.29333.2740.8951.57
HexB6517E0371F1D14d2934
Octal26612117606737355155164
Binary101101101010001111111001101111111111101101001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6517E; }

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

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

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

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

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

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

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

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