Html Css Color HEX #B50AD4 Deep Magenta

📋 copy color: '#B50AD4'

red 181 ◦ green 10 ◦ blue 212

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

Shades of Deep Magenta #B50AD4

Tints of Deep Magenta #B50AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.61%

R = 44.91%
G = 2.48%
B = 52.61%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B50AD4 (or 0xB50AD4) is known color: Deep Magenta. HEX triplet: B5, 0A and D4. RGB value is (181,10,212). Sum of RGB (Red+Green+Blue) = 181+10+212=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #B50AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50AD4 is #4AF52B. Grayscale: #535353. Windows color (decimal): -4912428 or 13896373. OLE color: 13896373.

HSL color Cylindrical-coordinate representation of color #B50AD4: hue angle of 290.79º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50AD4 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 10 212 -
CMYK 0.15 0.95 0 0.17
HSL 290.79º 0.91% 0.44% -
HSV(B) 290.79º 0.95% 0.83% -
XYZ 31.05 14.79 63.51 -
YUV 84.16 200.15 197.07 -
System Red Green Blue C M Y K H S L
Decimal 181 10 212 0.15 0.95 0 0.17 290.79 0.91 0.44
Hex B5 A D4 F 5F 0 11 123 5B 2C
Octal 265 12 324 17 137 0 21 443 133 54
Binary 10110101 1010 11010100 1111 1011111 0 10001 100100011 1011011 101100

Color Harmonies of #B50AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50AD4

Black with #B50AD4

Text Example


Text Example

White with #B50AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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