Html Css Color HEX #B50FCD Deep Magenta

📋 copy color: '#B50FCD'

red 181 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #B50FCD

Tints of Deep Magenta #B50FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.74%

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

R = 45.14%
G = 3.74%
B = 51.12%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B50FCD (or 0xB50FCD) is known color: Deep Magenta. HEX triplet: B5, 0F and CD. RGB value is (181,15,205). Sum of RGB (Red+Green+Blue) = 181+15+205=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #B50FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FCD is #4AF032. Grayscale: #555555. Windows color (decimal): -4911155 or 13438901. OLE color: 13438901.

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

Color convert

RGB 181 15 205 -
CMYK 0.12 0.93 0 0.20
HSL 292.42º 0.86% 0.43% -
HSV(B) 292.42º 0.93% 0.8% -
XYZ 30.25 14.57 58.98 -
YUV 86.29 195 195.55 -
System Red Green Blue C M Y K H S L
Decimal 181 15 205 0.12 0.93 0 0.20 292.42 0.86 0.43
Hex B5 F CD C 5D 0 14 124 56 2B
Octal 265 17 315 14 135 0 24 444 126 53
Binary 10110101 1111 11001101 1100 1011101 0 10100 100100100 1010110 101011

Color Harmonies of #B50FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FCD

Black with #B50FCD

Text Example


Text Example

White with #B50FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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