Html Css Color HEX #B51ACE Deep Magenta

📋 copy color: '#B51ACE'

red 181 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #B51ACE

Tints of Deep Magenta #B51ACE

RGB

 RED value IS 181 (71.09% from 255) = 43.83%

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

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

R = 43.83%
G = 6.3%
B = 49.88%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B51ACE (or 0xB51ACE) is known color: Deep Magenta. HEX triplet: B5, 1A and CE. RGB value is (181,26,206). Sum of RGB (Red+Green+Blue) = 181+26+206=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #B51ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51ACE is #4AE531. Grayscale: #5C5C5C. Windows color (decimal): -4908338 or 13507253. OLE color: 13507253.

HSL color Cylindrical-coordinate representation of color #B51ACE: hue angle of 291.67º 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 #B51ACE is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 26 206 -
CMYK 0.12 0.87 0 0.19
HSL 291.67º 0.78% 0.45% -
HSV(B) 291.67º 0.87% 0.81% -
XYZ 30.57 15.02 59.68 -
YUV 92.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 181 26 206 0.12 0.87 0 0.19 291.67 0.78 0.45
Hex B5 1A CE C 57 0 13 124 4E 2D
Octal 265 32 316 14 127 0 23 444 116 55
Binary 10110101 11010 11001110 1100 1010111 0 10011 100100100 1001110 101101

Color Harmonies of #B51ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51ACE

Black with #B51ACE

Text Example


Text Example

White with #B51ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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