Html Css Color HEX #B518AB Deep Magenta

📋 copy color: '#B518AB'

red 181 ◦ green 24 ◦ blue 171

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

Shades of Deep Magenta #B518AB

Tints of Deep Magenta #B518AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

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

R = 48.14%
G = 6.38%
B = 45.48%

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

#B518AB (or 0xB518AB) is known color: Deep Magenta. HEX triplet: B5, 18 and AB. RGB value is (181,24,171). Sum of RGB (Red+Green+Blue) = 181+24+171=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B518AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518AB is #4AE754. Grayscale: #575757. Windows color (decimal): -4908885 or 11212981. OLE color: 11212981.

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

Color convert

RGB 181 24 171 -
CMYK 0 0.87 0.06 0.29
HSL 303.82º 0.77% 0.4% -
HSV(B) 303.82º 0.87% 0.71% -
XYZ 26.73 13.42 39.71 -
YUV 87.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 181 24 171 0 0.87 0.06 0.29 303.82 0.77 0.4
Hex B5 18 AB 0 57 6 1D 130 4D 28
Octal 265 30 253 0 127 6 35 460 115 50
Binary 10110101 11000 10101011 0 1010111 110 11101 100110000 1001101 101000

Color Harmonies of #B518AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518AB

Black with #B518AB

Text Example


Text Example

White with #B518AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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