Html Css Color HEX #B71BAF Deep Magenta

📋 copy color: '#B71BAF'

red 183 ◦ green 27 ◦ blue 175

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

Shades of Deep Magenta #B71BAF

Tints of Deep Magenta #B71BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 47.53%
G = 7.01%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B71BAF (or 0xB71BAF) is known color: Deep Magenta. HEX triplet: B7, 1B and AF. RGB value is (183,27,175). Sum of RGB (Red+Green+Blue) = 183+27+175=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BAF is #48E450. Grayscale: #5A5A5A. Windows color (decimal): -4777041 or 11475895. OLE color: 11475895.

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

Color convert

RGB 183 27 175 -
CMYK 0 0.85 0.04 0.28
HSL 303.08º 0.74% 0.41% -
HSV(B) 303.08º 0.85% 0.72% -
XYZ 27.66 13.95 41.79 -
YUV 90.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 183 27 175 0 0.85 0.04 0.28 303.08 0.74 0.41
Hex B7 1B AF 0 55 4 1C 12F 4A 29
Octal 267 33 257 0 125 4 34 457 112 51
Binary 10110111 11011 10101111 0 1010101 100 11100 100101111 1001010 101001

Color Harmonies of #B71BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BAF

Black with #B71BAF

Text Example


Text Example

White with #B71BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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