Html Css Color HEX #B517B5 Deep Magenta

📋 copy color: '#B517B5'

red 181 ◦ green 23 ◦ blue 181

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

Shades of Deep Magenta #B517B5

Tints of Deep Magenta #B517B5

RGB

 RED value IS 181 (71.09% from 255) = 47.01%

 GREEN value IS 23 (9.38% from 255) = 5.97%

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 47.01%
G = 5.97%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B517B5 (or 0xB517B5) is known color: Deep Magenta. HEX triplet: B5, 17 and B5. RGB value is (181,23,181). Sum of RGB (Red+Green+Blue) = 181+23+181=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B517B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517B5 is #4AE84A. Grayscale: #575757. Windows color (decimal): -4909131 or 11868085. OLE color: 11868085.

HSL color Cylindrical-coordinate representation of color #B517B5: hue angle of 300º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B517B5 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 181 -
CMYK 0 0.87 0 0.29
HSL 300º 0.77% 0.4% -
HSV(B) 300º 0.87% 0.71% -
XYZ 27.7 13.77 44.91 -
YUV 88.25 180.35 194.15 -
System Red Green Blue C M Y K H S L
Decimal 181 23 181 0 0.87 0 0.29 300 0.77 0.4
Hex B5 17 B5 0 57 0 1D 12C 4D 28
Octal 265 27 265 0 127 0 35 454 115 50
Binary 10110101 10111 10110101 0 1010111 0 11101 100101100 1001101 101000

Color Harmonies of #B517B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517B5

Black with #B517B5

Text Example


Text Example

White with #B517B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517B5; }

 p { color: rgb(181,23,181); }

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

background-color css

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

 a { background-color: rgb(181,23,181); }

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

border-color css

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

 span { border-color: rgb(181,23,181); }

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