Html Css Color HEX #B71AAB Deep Magenta

📋 copy color: '#B71AAB'

red 183 ◦ green 26 ◦ blue 171

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

Shades of Deep Magenta #B71AAB

Tints of Deep Magenta #B71AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.84%

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

R = 48.16%
G = 6.84%
B = 45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B71AAB (or 0xB71AAB) is known color: Deep Magenta. HEX triplet: B7, 1A and AB. RGB value is (183,26,171). Sum of RGB (Red+Green+Blue) = 183+26+171=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B71AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71AAB is #48E554. Grayscale: #595959. Windows color (decimal): -4777301 or 11213495. OLE color: 11213495.

HSL color Cylindrical-coordinate representation of color #B71AAB: hue angle of 304.59º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71AAB is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 26 171 -
CMYK 0 0.86 0.07 0.28
HSL 304.59º 0.75% 0.41% -
HSV(B) 304.59º 0.86% 0.72% -
XYZ 27.25 13.75 39.75 -
YUV 89.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 183 26 171 0 0.86 0.07 0.28 304.59 0.75 0.41
Hex B7 1A AB 0 56 7 1C 131 4B 29
Octal 267 32 253 0 126 7 34 461 113 51
Binary 10110111 11010 10101011 0 1010110 111 11100 100110001 1001011 101001

Color Harmonies of #B71AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71AAB

Black with #B71AAB

Text Example


Text Example

White with #B71AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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