Html Css Color HEX #B711AA Deep Magenta

📋 copy color: '#B711AA'

red 183 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #B711AA

Tints of Deep Magenta #B711AA

RGB

 RED value IS 183 (71.88% from 255) = 49.46%

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

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

R = 49.46%
G = 4.59%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B711AA (or 0xB711AA) is known color: Deep Magenta. HEX triplet: B7, 11 and AA. RGB value is (183,17,170). Sum of RGB (Red+Green+Blue) = 183+17+170=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B711AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711AA is #48EE55. Grayscale: #535353. Windows color (decimal): -4779606 or 11145655. OLE color: 11145655.

HSL color Cylindrical-coordinate representation of color #B711AA: hue angle of 304.7º 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 #B711AA is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 170 -
CMYK 0 0.91 0.07 0.28
HSL 304.7º 0.83% 0.39% -
HSV(B) 304.7º 0.91% 0.72% -
XYZ 26.98 13.37 39.19 -
YUV 84.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 183 17 170 0 0.91 0.07 0.28 304.7 0.83 0.39
Hex B7 11 AA 0 5B 7 1C 131 53 27
Octal 267 21 252 0 133 7 34 461 123 47
Binary 10110111 10001 10101010 0 1011011 111 11100 100110001 1010011 100111

Color Harmonies of #B711AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711AA

Black with #B711AA

Text Example


Text Example

White with #B711AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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