Html Css Color HEX #B71EAC Deep Magenta

📋 copy color: '#B71EAC'

red 183 ◦ green 30 ◦ blue 172

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

Shades of Deep Magenta #B71EAC

Tints of Deep Magenta #B71EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.79%

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

R = 47.53%
G = 7.79%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B71EAC (or 0xB71EAC) is known color: Deep Magenta. HEX triplet: B7, 1E and AC. RGB value is (183,30,172). Sum of RGB (Red+Green+Blue) = 183+30+172=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B71EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71EAC is #48E153. Grayscale: #5B5B5B. Windows color (decimal): -4776276 or 11280055. OLE color: 11280055.

HSL color Cylindrical-coordinate representation of color #B71EAC: hue angle of 304.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71EAC is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 30 172 -
CMYK 0 0.84 0.06 0.28
HSL 304.31º 0.72% 0.42% -
HSV(B) 304.31º 0.84% 0.72% -
XYZ 27.44 13.97 40.28 -
YUV 91.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 183 30 172 0 0.84 0.06 0.28 304.31 0.72 0.42
Hex B7 1E AC 0 54 6 1C 130 48 2A
Octal 267 36 254 0 124 6 34 460 110 52
Binary 10110111 11110 10101100 0 1010100 110 11100 100110000 1001000 101010

Color Harmonies of #B71EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71EAC

Black with #B71EAC

Text Example


Text Example

White with #B71EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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