Html Css Color HEX #B50BAE Deep Magenta

📋 copy color: '#B50BAE'

red 181 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #B50BAE

Tints of Deep Magenta #B50BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 49.45%
G = 3.01%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B50BAE (or 0xB50BAE) is known color: Deep Magenta. HEX triplet: B5, 0B and AE. RGB value is (181,11,174). Sum of RGB (Red+Green+Blue) = 181+11+174=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BAE is #4AF451. Grayscale: #4F4F4F. Windows color (decimal): -4912210 or 11406261. OLE color: 11406261.

HSL color Cylindrical-coordinate representation of color #B50BAE: hue angle of 302.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50BAE is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 174 -
CMYK 0 0.94 0.04 0.29
HSL 302.47º 0.89% 0.38% -
HSV(B) 302.47º 0.94% 0.71% -
XYZ 26.82 13.12 41.16 -
YUV 80.41 180.82 199.75 -
System Red Green Blue C M Y K H S L
Decimal 181 11 174 0 0.94 0.04 0.29 302.47 0.89 0.38
Hex B5 B AE 0 5E 4 1D 12E 59 26
Octal 265 13 256 0 136 4 35 456 131 46
Binary 10110101 1011 10101110 0 1011110 100 11101 100101110 1011001 100110

Color Harmonies of #B50BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BAE

Black with #B50BAE

Text Example


Text Example

White with #B50BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BAE; }

 p { color: rgb(181,11,174); }

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

background-color css

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

 a { background-color: rgb(181,11,174); }

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

border-color css

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

 span { border-color: rgb(181,11,174); }

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