Html Css Color HEX #B517AB Deep Magenta

📋 copy color: '#B517AB'

red 181 ◦ green 23 ◦ blue 171

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

Shades of Deep Magenta #B517AB

Tints of Deep Magenta #B517AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 48.27%
G = 6.13%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B517AB (or 0xB517AB) is known color: Deep Magenta. HEX triplet: B5, 17 and AB. RGB value is (181,23,171). Sum of RGB (Red+Green+Blue) = 181+23+171=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B517AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B517AB is #4AE854. Grayscale: #565656. Windows color (decimal): -4909141 or 11212725. OLE color: 11212725.

HSL color Cylindrical-coordinate representation of color #B517AB: hue angle of 303.8º 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 #B517AB is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 171 -
CMYK 0 0.87 0.06 0.29
HSL 303.8º 0.77% 0.4% -
HSV(B) 303.8º 0.87% 0.71% -
XYZ 26.71 13.38 39.7 -
YUV 87.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 181 23 171 0 0.87 0.06 0.29 303.8 0.77 0.4
Hex B5 17 AB 0 57 6 1D 130 4D 28
Octal 265 27 253 0 127 6 35 460 115 50
Binary 10110101 10111 10101011 0 1010111 110 11101 100110000 1001101 101000

Color Harmonies of #B517AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517AB

Black with #B517AB

Text Example


Text Example

White with #B517AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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