Html Css Color HEX #B71BAC Deep Magenta

📋 copy color: '#B71BAC'

red 183 ◦ green 27 ◦ blue 172

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

Shades of Deep Magenta #B71BAC

Tints of Deep Magenta #B71BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.07%

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

R = 47.91%
G = 7.07%
B = 45.03%

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

#B71BAC (or 0xB71BAC) is known color: Deep Magenta. HEX triplet: B7, 1B and AC. RGB value is (183,27,172). Sum of RGB (Red+Green+Blue) = 183+27+172=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BAC is #48E453. Grayscale: #595959. Windows color (decimal): -4777044 or 11279287. OLE color: 11279287.

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

Color convert

RGB 183 27 172 -
CMYK 0 0.85 0.06 0.28
HSL 304.23º 0.74% 0.41% -
HSV(B) 304.23º 0.85% 0.72% -
XYZ 27.37 13.83 40.26 -
YUV 90.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 183 27 172 0 0.85 0.06 0.28 304.23 0.74 0.41
Hex B7 1B AC 0 55 6 1C 130 4A 29
Octal 267 33 254 0 125 6 34 460 112 51
Binary 10110111 11011 10101100 0 1010101 110 11100 100110000 1001010 101001

Color Harmonies of #B71BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BAC

Black with #B71BAC

Text Example


Text Example

White with #B71BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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