Html Css Color HEX #B50AD6 Deep Magenta

📋 copy color: '#B50AD6'

red 181 ◦ green 10 ◦ blue 214

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

Shades of Deep Magenta #B50AD6

Tints of Deep Magenta #B50AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.84%

R = 44.69%
G = 2.47%
B = 52.84%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B50AD6 (or 0xB50AD6) is known color: Deep Magenta. HEX triplet: B5, 0A and D6. RGB value is (181,10,214). Sum of RGB (Red+Green+Blue) = 181+10+214=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #B50AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50AD6 is #4AF529. Grayscale: #535353. Windows color (decimal): -4912426 or 14027445. OLE color: 14027445.

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

Color convert

RGB 181 10 214 -
CMYK 0.15 0.95 0 0.16
HSL 290.29º 0.91% 0.44% -
HSV(B) 290.29º 0.95% 0.84% -
XYZ 31.3 14.9 64.84 -
YUV 84.39 201.15 196.91 -
System Red Green Blue C M Y K H S L
Decimal 181 10 214 0.15 0.95 0 0.16 290.29 0.91 0.44
Hex B5 A D6 F 5F 0 10 122 5B 2C
Octal 265 12 326 17 137 0 20 442 133 54
Binary 10110101 1010 11010110 1111 1011111 0 10000 100100010 1011011 101100

Color Harmonies of #B50AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50AD6

Black with #B50AD6

Text Example


Text Example

White with #B50AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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