Html Css Color HEX #B31AAC Deep Magenta

📋 copy color: '#B31AAC'

red 179 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #B31AAC

Tints of Deep Magenta #B31AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 47.48%
G = 6.9%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B31AAC (or 0xB31AAC) is known color: Deep Magenta. HEX triplet: B3, 1A and AC. RGB value is (179,26,172). Sum of RGB (Red+Green+Blue) = 179+26+172=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B31AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31AAC is #4CE553. Grayscale: #575757. Windows color (decimal): -5039444 or 11279027. OLE color: 11279027.

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

Color convert

RGB 179 26 172 -
CMYK 0 0.85 0.04 0.30
HSL 302.75º 0.75% 0.4% -
HSV(B) 302.75º 0.85% 0.7% -
XYZ 26.41 13.3 40.21 -
YUV 88.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 179 26 172 0 0.85 0.04 0.30 302.75 0.75 0.4
Hex B3 1A AC 0 55 4 1E 12F 4B 28
Octal 263 32 254 0 125 4 36 457 113 50
Binary 10110011 11010 10101100 0 1010101 100 11110 100101111 1001011 101000

Color Harmonies of #B31AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31AAC

Black with #B31AAC

Text Example


Text Example

White with #B31AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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