Html Css Color HEX #B811AA Deep Magenta

📋 copy color: '#B811AA'

red 184 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #B811AA

Tints of Deep Magenta #B811AA

RGB

 RED value IS 184 (72.27% from 255) = 49.6%

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

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

R = 49.6%
G = 4.58%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B811AA (or 0xB811AA) is known color: Deep Magenta. HEX triplet: B8, 11 and AA. RGB value is (184,17,170). Sum of RGB (Red+Green+Blue) = 184+17+170=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B811AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811AA is #47EE55. Grayscale: #535353. Windows color (decimal): -4714070 or 11145656. OLE color: 11145656.

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

Color convert

RGB 184 17 170 -
CMYK 0 0.91 0.08 0.28
HSL 305.03º 0.83% 0.39% -
HSV(B) 305.03º 0.91% 0.72% -
XYZ 27.22 13.49 39.2 -
YUV 84.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 184 17 170 0 0.91 0.08 0.28 305.03 0.83 0.39
Hex B8 11 AA 0 5B 8 1C 131 53 27
Octal 270 21 252 0 133 10 34 461 123 47
Binary 10111000 10001 10101010 0 1011011 1000 11100 100110001 1010011 100111

Color Harmonies of #B811AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811AA

Black with #B811AA

Text Example


Text Example

White with #B811AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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