Html Css Color HEX #B50FDD Deep Magenta

📋 copy color: '#B50FDD'

red 181 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #B50FDD

Tints of Deep Magenta #B50FDD

RGB

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

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

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

R = 43.41%
G = 3.6%
B = 53%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B50FDD (or 0xB50FDD) is known color: Deep Magenta. HEX triplet: B5, 0F and DD. RGB value is (181,15,221). Sum of RGB (Red+Green+Blue) = 181+15+221=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #B50FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FDD is #4AF022. Grayscale: #575757. Windows color (decimal): -4911139 or 14487477. OLE color: 14487477.

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

Color convert

RGB 181 15 221 -
CMYK 0.18 0.93 0 0.13
HSL 288.35º 0.87% 0.46% -
HSV(B) 288.35º 0.93% 0.87% -
XYZ 32.28 15.39 69.68 -
YUV 88.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 181 15 221 0.18 0.93 0 0.13 288.35 0.87 0.46
Hex B5 F DD 12 5D 0 D 120 57 2E
Octal 265 17 335 22 135 0 15 440 127 56
Binary 10110101 1111 11011101 10010 1011101 0 1101 100100000 1010111 101110

Color Harmonies of #B50FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FDD

Black with #B50FDD

Text Example


Text Example

White with #B50FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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