Html Css Color HEX #B71AB3 Deep Magenta

📋 copy color: '#B71AB3'

red 183 ◦ green 26 ◦ blue 179

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

Shades of Deep Magenta #B71AB3

Tints of Deep Magenta #B71AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.13%

R = 47.16%
G = 6.7%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B71AB3 (or 0xB71AB3) is known color: Deep Magenta. HEX triplet: B7, 1A and B3. RGB value is (183,26,179). Sum of RGB (Red+Green+Blue) = 183+26+179=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B71AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71AB3 is #48E54C. Grayscale: #595959. Windows color (decimal): -4777293 or 11737783. OLE color: 11737783.

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

Color convert

RGB 183 26 179 -
CMYK 0 0.86 0.02 0.28
HSL 301.53º 0.75% 0.41% -
HSV(B) 301.53º 0.86% 0.72% -
XYZ 28.03 14.06 43.88 -
YUV 90.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 183 26 179 0 0.86 0.02 0.28 301.53 0.75 0.41
Hex B7 1A B3 0 56 2 1C 12E 4B 29
Octal 267 32 263 0 126 2 34 456 113 51
Binary 10110111 11010 10110011 0 1010110 10 11100 100101110 1001011 101001

Color Harmonies of #B71AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71AB3

Black with #B71AB3

Text Example


Text Example

White with #B71AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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