Html Css Color HEX #B0517F Royal Heath

📋 copy color: '#B0517F'

red 176 ◦ green 81 ◦ blue 127

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

Shades of Royal Heath #B0517F

Tints of Royal Heath #B0517F

RGB

 RED value IS 176 (69.14% from 255) = 45.83%

 GREEN value IS 81 (32.03% from 255) = 21.09%

 BLUE value IS 127 (50% from 255) = 33.07%

R = 45.83%
G = 21.09%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0517F (or 0xB0517F) is known color: Royal Heath. HEX triplet: B0, 51 and 7F. RGB value is (176,81,127). Sum of RGB (Red+Green+Blue) = 176+81+127=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0517F is #4FAE80. Grayscale: #727272. Windows color (decimal): -5222017 or 8343984. OLE color: 8343984.

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

Color convert

RGB 176 81 127 -
CMYK 0 0.54 0.28 0.31
HSL 330.95º 0.38% 0.5% -
HSV(B) 330.95º 0.54% 0.69% -
XYZ 24.68 16.65 21.99 -
YUV 114.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 176 81 127 0 0.54 0.28 0.31 330.95 0.38 0.5
Hex B0 51 7F 0 36 1C 1F 14B 26 32
Octal 260 121 177 0 66 34 37 513 46 62
Binary 10110000 1010001 1111111 0 110110 11100 11111 101001011 100110 110010

Color Harmonies of #B0517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0517F

Black with #B0517F

Text Example


Text Example

White with #B0517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0517F; }

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

 H1.HeaderClassName
 {
   color: #B0517F;
 }
 .AnyTagClassName
 {
   color: #B0517F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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