Html Css Color HEX #B50DC8 Deep Magenta

📋 copy color: '#B50DC8'

red 181 ◦ green 13 ◦ blue 200

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

Shades of Deep Magenta #B50DC8

Tints of Deep Magenta #B50DC8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.3%

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 45.94%
G = 3.3%
B = 50.76%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B50DC8 (or 0xB50DC8) is known color: Deep Magenta. HEX triplet: B5, 0D and C8. RGB value is (181,13,200). Sum of RGB (Red+Green+Blue) = 181+13+200=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #B50DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DC8 is #4AF237. Grayscale: #535353. Windows color (decimal): -4911672 or 13110709. OLE color: 13110709.

HSL color Cylindrical-coordinate representation of color #B50DC8: hue angle of 293.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50DC8 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 13 200 -
CMYK 0.09 0.94 0 0.22
HSL 293.9º 0.88% 0.42% -
HSV(B) 293.9º 0.94% 0.78% -
XYZ 29.63 14.28 55.84 -
YUV 84.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 181 13 200 0.09 0.94 0 0.22 293.9 0.88 0.42
Hex B5 D C8 9 5E 0 16 126 58 2A
Octal 265 15 310 11 136 0 26 446 130 52
Binary 10110101 1101 11001000 1001 1011110 0 10110 100100110 1011000 101010

Color Harmonies of #B50DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DC8

Black with #B50DC8

Text Example


Text Example

White with #B50DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DC8; }

 p { color: rgb(181,13,200); }

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

background-color css

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

 a { background-color: rgb(181,13,200); }

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

border-color css

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

 span { border-color: rgb(181,13,200); }

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