Html Css Color HEX #B6517E Royal Heath

📋 copy color: '#B6517E'

red 182 ◦ green 81 ◦ blue 126

#B6517E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B6517E

Tints of Royal Heath #B6517E

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 value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6517E (or 0xB6517E) is known color: 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

RGB 182 81 126 -
CMYK 0 0.55 0.31 0.29
HSL 333.27º 0.41% 0.52% -
HSV(B) 333.27º 0.55% 0.71% -
XYZ 26 17.34 21.71 -
YUV 116.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 182 81 126 0 0.55 0.31 0.29 333.27 0.41 0.52
Hex B6 51 7E 0 37 1F 1D 14D 29 34
Octal 266 121 176 0 67 37 35 515 51 64
Binary 10110110 1010001 1111110 0 110111 11111 11101 101001101 101001 110100

Color Harmonies of #B6517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6517E

Black with #B6517E

Text Example


Text Example

White with #B6517E

Text Example


Text Example

HTML Codes & Css Web 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>