Html Css Color HEX #B511AA Deep Magenta

📋 copy color: '#B511AA'

red 181 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #B511AA

Tints of Deep Magenta #B511AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.62%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 49.18%
G = 4.62%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B511AA (or 0xB511AA) is known color: Deep Magenta. HEX triplet: B5, 11 and AA. RGB value is (181,17,170). Sum of RGB (Red+Green+Blue) = 181+17+170=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B511AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511AA is #4AEE55. Grayscale: #535353. Windows color (decimal): -4910678 or 11145653. OLE color: 11145653.

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

Color convert

RGB 181 17 170 -
CMYK 0 0.91 0.06 0.29
HSL 304.02º 0.83% 0.39% -
HSV(B) 304.02º 0.91% 0.71% -
XYZ 26.51 13.13 39.17 -
YUV 83.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 181 17 170 0 0.91 0.06 0.29 304.02 0.83 0.39
Hex B5 11 AA 0 5B 6 1D 130 53 27
Octal 265 21 252 0 133 6 35 460 123 47
Binary 10110101 10001 10101010 0 1011011 110 11101 100110000 1010011 100111

Color Harmonies of #B511AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511AA

Black with #B511AA

Text Example


Text Example

White with #B511AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511AA; }

 p { color: rgb(181,17,170); }

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

background-color css

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

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

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

border-color css

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

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

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