Html Css Color HEX #B31ACE Deep Magenta

📋 copy color: '#B31ACE'

red 179 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #B31ACE

Tints of Deep Magenta #B31ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 43.55%
G = 6.33%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B31ACE (or 0xB31ACE) is known color: Deep Magenta. HEX triplet: B3, 1A and CE. RGB value is (179,26,206). Sum of RGB (Red+Green+Blue) = 179+26+206=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #B31ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ACE is #4CE531. Grayscale: #5B5B5B. Windows color (decimal): -5039410 or 13507251. OLE color: 13507251.

HSL color Cylindrical-coordinate representation of color #B31ACE: hue angle of 291º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31ACE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 26 206 -
CMYK 0.13 0.87 0 0.19
HSL 291º 0.78% 0.45% -
HSV(B) 291º 0.87% 0.81% -
XYZ 30.1 14.78 59.66 -
YUV 92.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 179 26 206 0.13 0.87 0 0.19 291 0.78 0.45
Hex B3 1A CE D 57 0 13 123 4E 2D
Octal 263 32 316 15 127 0 23 443 116 55
Binary 10110011 11010 11001110 1101 1010111 0 10011 100100011 1001110 101101

Color Harmonies of #B31ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31ACE

Black with #B31ACE

Text Example


Text Example

White with #B31ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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