Html Css Color HEX #B513AB Deep Magenta

📋 copy color: '#B513AB'

red 181 ◦ green 19 ◦ blue 171

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

Shades of Deep Magenta #B513AB

Tints of Deep Magenta #B513AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

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

R = 48.79%
G = 5.12%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B513AB (or 0xB513AB) is known color: Deep Magenta. HEX triplet: B5, 13 and AB. RGB value is (181,19,171). Sum of RGB (Red+Green+Blue) = 181+19+171=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B513AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B513AB is #4AEC54. Grayscale: #545454. Windows color (decimal): -4910165 or 11211701. OLE color: 11211701.

HSL color Cylindrical-coordinate representation of color #B513AB: hue angle of 303.7º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B513AB is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 171 -
CMYK 0 0.90 0.06 0.29
HSL 303.7º 0.81% 0.39% -
HSV(B) 303.7º 0.9% 0.71% -
XYZ 26.64 13.23 39.68 -
YUV 84.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 181 19 171 0 0.90 0.06 0.29 303.7 0.81 0.39
Hex B5 13 AB 0 5A 6 1D 130 51 27
Octal 265 23 253 0 132 6 35 460 121 47
Binary 10110101 10011 10101011 0 1011010 110 11101 100110000 1010001 100111

Color Harmonies of #B513AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B513AB

Black with #B513AB

Text Example


Text Example

White with #B513AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B513AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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