Html Css Color HEX #B71CAC Deep Magenta

📋 copy color: '#B71CAC'

red 183 ◦ green 28 ◦ blue 172

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

Shades of Deep Magenta #B71CAC

Tints of Deep Magenta #B71CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 47.78%
G = 7.31%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B71CAC (or 0xB71CAC) is known color: Deep Magenta. HEX triplet: B7, 1C and AC. RGB value is (183,28,172). Sum of RGB (Red+Green+Blue) = 183+28+172=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B71CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71CAC is #48E353. Grayscale: #5A5A5A. Windows color (decimal): -4776788 or 11279543. OLE color: 11279543.

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

Color convert

RGB 183 28 172 -
CMYK 0 0.85 0.06 0.28
HSL 304.26º 0.73% 0.41% -
HSV(B) 304.26º 0.85% 0.72% -
XYZ 27.39 13.88 40.26 -
YUV 90.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 183 28 172 0 0.85 0.06 0.28 304.26 0.73 0.41
Hex B7 1C AC 0 55 6 1C 130 49 29
Octal 267 34 254 0 125 6 34 460 111 51
Binary 10110111 11100 10101100 0 1010101 110 11100 100110000 1001001 101001

Color Harmonies of #B71CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CAC

Black with #B71CAC

Text Example


Text Example

White with #B71CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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