Html Css Color HEX #B71AAF Deep Magenta

📋 copy color: '#B71AAF'

red 183 ◦ green 26 ◦ blue 175

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

Shades of Deep Magenta #B71AAF

Tints of Deep Magenta #B71AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

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

R = 47.66%
G = 6.77%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B71AAF (or 0xB71AAF) is known color: Deep Magenta. HEX triplet: B7, 1A and AF. RGB value is (183,26,175). Sum of RGB (Red+Green+Blue) = 183+26+175=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B71AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71AAF is #48E550. Grayscale: #595959. Windows color (decimal): -4777297 or 11475639. OLE color: 11475639.

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

Color convert

RGB 183 26 175 -
CMYK 0 0.86 0.04 0.28
HSL 303.06º 0.75% 0.41% -
HSV(B) 303.06º 0.86% 0.72% -
XYZ 27.64 13.9 41.78 -
YUV 89.93 176.01 194.38 -
System Red Green Blue C M Y K H S L
Decimal 183 26 175 0 0.86 0.04 0.28 303.06 0.75 0.41
Hex B7 1A AF 0 56 4 1C 12F 4B 29
Octal 267 32 257 0 126 4 34 457 113 51
Binary 10110111 11010 10101111 0 1010110 100 11100 100101111 1001011 101001

Color Harmonies of #B71AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71AAF

Black with #B71AAF

Text Example


Text Example

White with #B71AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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