Html Css Color HEX #B71CAB Deep Magenta

📋 copy color: '#B71CAB'

red 183 ◦ green 28 ◦ blue 171

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

Shades of Deep Magenta #B71CAB

Tints of Deep Magenta #B71CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.33%

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

R = 47.91%
G = 7.33%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B71CAB (or 0xB71CAB) is known color: Deep Magenta. HEX triplet: B7, 1C and AB. RGB value is (183,28,171). Sum of RGB (Red+Green+Blue) = 183+28+171=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B71CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71CAB is #48E354. Grayscale: #5A5A5A. Windows color (decimal): -4776789 or 11214007. OLE color: 11214007.

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

Color convert

RGB 183 28 171 -
CMYK 0 0.85 0.07 0.28
HSL 304.65º 0.73% 0.41% -
HSV(B) 304.65º 0.85% 0.72% -
XYZ 27.29 13.84 39.76 -
YUV 90.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 183 28 171 0 0.85 0.07 0.28 304.65 0.73 0.41
Hex B7 1C AB 0 55 7 1C 131 49 29
Octal 267 34 253 0 125 7 34 461 111 51
Binary 10110111 11100 10101011 0 1010101 111 11100 100110001 1001001 101001

Color Harmonies of #B71CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CAB

Black with #B71CAB

Text Example


Text Example

White with #B71CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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