Html Css Color HEX #B50BDD Deep Magenta

📋 copy color: '#B50BDD'

red 181 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #B50BDD

Tints of Deep Magenta #B50BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 43.83%
G = 2.66%
B = 53.51%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B50BDD (or 0xB50BDD) is known color: Deep Magenta. HEX triplet: B5, 0B and DD. RGB value is (181,11,221). Sum of RGB (Red+Green+Blue) = 181+11+221=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #B50BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BDD is #4AF422. Grayscale: #555555. Windows color (decimal): -4912163 or 14486453. OLE color: 14486453.

HSL color Cylindrical-coordinate representation of color #B50BDD: hue angle of 288.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50BDD is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 11 221 -
CMYK 0.18 0.95 0 0.13
HSL 288.57º 0.91% 0.45% -
HSV(B) 288.57º 0.95% 0.87% -
XYZ 32.23 15.28 69.66 -
YUV 85.77 204.32 195.92 -
System Red Green Blue C M Y K H S L
Decimal 181 11 221 0.18 0.95 0 0.13 288.57 0.91 0.45
Hex B5 B DD 12 5F 0 D 121 5B 2D
Octal 265 13 335 22 137 0 15 441 133 55
Binary 10110101 1011 11011101 10010 1011111 0 1101 100100001 1011011 101101

Color Harmonies of #B50BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BDD

Black with #B50BDD

Text Example


Text Example

White with #B50BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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