Html Css Color HEX #B50DCD Deep Magenta

📋 copy color: '#B50DCD'

red 181 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #B50DCD

Tints of Deep Magenta #B50DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 45.36%
G = 3.26%
B = 51.38%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B50DCD (or 0xB50DCD) is known color: Deep Magenta. HEX triplet: B5, 0D and CD. RGB value is (181,13,205). Sum of RGB (Red+Green+Blue) = 181+13+205=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #B50DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DCD is #4AF232. Grayscale: #545454. Windows color (decimal): -4911667 or 13438389. OLE color: 13438389.

HSL color Cylindrical-coordinate representation of color #B50DCD: hue angle of 292.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50DCD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 13 205 -
CMYK 0.12 0.94 0 0.20
HSL 292.5º 0.88% 0.43% -
HSV(B) 292.5º 0.94% 0.8% -
XYZ 30.22 14.52 58.97 -
YUV 85.12 195.66 196.39 -
System Red Green Blue C M Y K H S L
Decimal 181 13 205 0.12 0.94 0 0.20 292.5 0.88 0.43
Hex B5 D CD C 5E 0 14 124 58 2B
Octal 265 15 315 14 136 0 24 444 130 53
Binary 10110101 1101 11001101 1100 1011110 0 10100 100100100 1011000 101011

Color Harmonies of #B50DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DCD

Black with #B50DCD

Text Example


Text Example

White with #B50DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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