Html Css Color HEX #B31AAD Deep Magenta

📋 copy color: '#B31AAD'

red 179 ◦ green 26 ◦ blue 173

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

Shades of Deep Magenta #B31AAD

Tints of Deep Magenta #B31AAD

RGB

 RED value IS 179 (70.31% from 255) = 47.35%

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

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 47.35%
G = 6.88%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B31AAD (or 0xB31AAD) is known color: Deep Magenta. HEX triplet: B3, 1A and AD. RGB value is (179,26,173). Sum of RGB (Red+Green+Blue) = 179+26+173=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B31AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31AAD is #4CE552. Grayscale: #585858. Windows color (decimal): -5039443 or 11344563. OLE color: 11344563.

HSL color Cylindrical-coordinate representation of color #B31AAD: hue angle of 302.35º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31AAD is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 173 -
CMYK 0 0.85 0.03 0.30
HSL 302.35º 0.75% 0.4% -
HSV(B) 302.35º 0.85% 0.7% -
XYZ 26.5 13.34 40.71 -
YUV 88.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 179 26 173 0 0.85 0.03 0.30 302.35 0.75 0.4
Hex B3 1A AD 0 55 3 1E 12E 4B 28
Octal 263 32 255 0 125 3 36 456 113 50
Binary 10110011 11010 10101101 0 1010101 11 11110 100101110 1001011 101000

Color Harmonies of #B31AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31AAD

Black with #B31AAD

Text Example


Text Example

White with #B31AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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