Html Css Color HEX #B711AB Deep Magenta

📋 copy color: '#B711AB'

red 183 ◦ green 17 ◦ blue 171

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

Shades of Deep Magenta #B711AB

Tints of Deep Magenta #B711AB

RGB

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

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

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

R = 49.33%
G = 4.58%
B = 46.09%

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

#B711AB (or 0xB711AB) is known color: Deep Magenta. HEX triplet: B7, 11 and AB. RGB value is (183,17,171). Sum of RGB (Red+Green+Blue) = 183+17+171=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B711AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711AB is #48EE54. Grayscale: #535353. Windows color (decimal): -4779605 or 11211191. OLE color: 11211191.

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

Color convert

RGB 183 17 171 -
CMYK 0 0.91 0.07 0.28
HSL 304.34º 0.83% 0.39% -
HSV(B) 304.34º 0.91% 0.72% -
XYZ 27.08 13.41 39.69 -
YUV 84.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 183 17 171 0 0.91 0.07 0.28 304.34 0.83 0.39
Hex B7 11 AB 0 5B 7 1C 130 53 27
Octal 267 21 253 0 133 7 34 460 123 47
Binary 10110111 10001 10101011 0 1011011 111 11100 100110000 1010011 100111

Color Harmonies of #B711AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711AB

Black with #B711AB

Text Example


Text Example

White with #B711AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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