Html Css Color HEX #B71AB2 Deep Magenta

📋 copy color: '#B71AB2'

red 183 ◦ green 26 ◦ blue 178

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

Shades of Deep Magenta #B71AB2

Tints of Deep Magenta #B71AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 47.29%
G = 6.72%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B71AB2 (or 0xB71AB2) is known color: Deep Magenta. HEX triplet: B7, 1A and B2. RGB value is (183,26,178). Sum of RGB (Red+Green+Blue) = 183+26+178=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B71AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71AB2 is #48E54D. Grayscale: #595959. Windows color (decimal): -4777294 or 11672247. OLE color: 11672247.

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

Color convert

RGB 183 26 178 -
CMYK 0 0.86 0.03 0.28
HSL 301.91º 0.75% 0.41% -
HSV(B) 301.91º 0.86% 0.72% -
XYZ 27.93 14.02 43.35 -
YUV 90.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 183 26 178 0 0.86 0.03 0.28 301.91 0.75 0.41
Hex B7 1A B2 0 56 3 1C 12E 4B 29
Octal 267 32 262 0 126 3 34 456 113 51
Binary 10110111 11010 10110010 0 1010110 11 11100 100101110 1001011 101001

Color Harmonies of #B71AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71AB2

Black with #B71AB2

Text Example


Text Example

White with #B71AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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