Html Css Color HEX #B50DBF Deep Magenta

📋 copy color: '#B50DBF'

red 181 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #B50DBF

Tints of Deep Magenta #B50DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 47.01%
G = 3.38%
B = 49.61%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B50DBF (or 0xB50DBF) is known color: Deep Magenta. HEX triplet: B5, 0D and BF. RGB value is (181,13,191). Sum of RGB (Red+Green+Blue) = 181+13+191=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #B50DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DBF is #4AF240. Grayscale: #525252. Windows color (decimal): -4911681 or 12520885. OLE color: 12520885.

HSL color Cylindrical-coordinate representation of color #B50DBF: hue angle of 296.63º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DBF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 13 191 -
CMYK 0.05 0.93 0 0.25
HSL 296.63º 0.87% 0.4% -
HSV(B) 296.63º 0.93% 0.75% -
XYZ 28.6 13.87 50.46 -
YUV 83.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 181 13 191 0.05 0.93 0 0.25 296.63 0.87 0.4
Hex B5 D BF 5 5D 0 19 129 57 28
Octal 265 15 277 5 135 0 31 451 127 50
Binary 10110101 1101 10111111 101 1011101 0 11001 100101001 1010111 101000

Color Harmonies of #B50DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DBF

Black with #B50DBF

Text Example


Text Example

White with #B50DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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