Html Css Color HEX #B50BD8 Deep Magenta

📋 copy color: '#B50BD8'

red 181 ◦ green 11 ◦ blue 216

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

Shades of Deep Magenta #B50BD8

Tints of Deep Magenta #B50BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.94%

R = 44.36%
G = 2.7%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B50BD8 (or 0xB50BD8) is known color: Deep Magenta. HEX triplet: B5, 0B and D8. RGB value is (181,11,216). Sum of RGB (Red+Green+Blue) = 181+11+216=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #B50BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BD8 is #4AF427. Grayscale: #545454. Windows color (decimal): -4912168 or 14158773. OLE color: 14158773.

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

Color convert

RGB 181 11 216 -
CMYK 0.16 0.95 0 0.15
HSL 289.76º 0.9% 0.45% -
HSV(B) 289.76º 0.95% 0.85% -
XYZ 31.57 15.02 66.2 -
YUV 85.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 181 11 216 0.16 0.95 0 0.15 289.76 0.9 0.45
Hex B5 B D8 10 5F 0 F 122 5A 2D
Octal 265 13 330 20 137 0 17 442 132 55
Binary 10110101 1011 11011000 10000 1011111 0 1111 100100010 1011010 101101

Color Harmonies of #B50BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BD8

Black with #B50BD8

Text Example


Text Example

White with #B50BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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