Html Css Color HEX #B50ACE Deep Magenta

📋 copy color: '#B50ACE'

red 181 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #B50ACE

Tints of Deep Magenta #B50ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.52%

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

R = 45.59%
G = 2.52%
B = 51.89%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B50ACE (or 0xB50ACE) is known color: Deep Magenta. HEX triplet: B5, 0A and CE. RGB value is (181,10,206). Sum of RGB (Red+Green+Blue) = 181+10+206=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #B50ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ACE is #4AF531. Grayscale: #525252. Windows color (decimal): -4912434 or 13503157. OLE color: 13503157.

HSL color Cylindrical-coordinate representation of color #B50ACE: hue angle of 292.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50ACE is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 10 206 -
CMYK 0.12 0.95 0 0.19
HSL 292.35º 0.91% 0.42% -
HSV(B) 292.35º 0.95% 0.81% -
XYZ 30.31 14.5 59.59 -
YUV 83.47 197.15 197.56 -
System Red Green Blue C M Y K H S L
Decimal 181 10 206 0.12 0.95 0 0.19 292.35 0.91 0.42
Hex B5 A CE C 5F 0 13 124 5B 2A
Octal 265 12 316 14 137 0 23 444 133 52
Binary 10110101 1010 11001110 1100 1011111 0 10011 100100100 1011011 101010

Color Harmonies of #B50ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50ACE

Black with #B50ACE

Text Example


Text Example

White with #B50ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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