Html Css Color HEX #B50FDA Deep Magenta

📋 copy color: '#B50FDA'

red 181 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #B50FDA

Tints of Deep Magenta #B50FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 43.72%
G = 3.62%
B = 52.66%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B50FDA (or 0xB50FDA) is known color: Deep Magenta. HEX triplet: B5, 0F and DA. RGB value is (181,15,218). Sum of RGB (Red+Green+Blue) = 181+15+218=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #B50FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FDA is #4AF025. Grayscale: #575757. Windows color (decimal): -4911142 or 14290869. OLE color: 14290869.

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

Color convert

RGB 181 15 218 -
CMYK 0.17 0.93 0 0.15
HSL 289.06º 0.87% 0.46% -
HSV(B) 289.06º 0.93% 0.85% -
XYZ 31.88 15.23 67.59 -
YUV 87.78 201.5 194.49 -
System Red Green Blue C M Y K H S L
Decimal 181 15 218 0.17 0.93 0 0.15 289.06 0.87 0.46
Hex B5 F DA 11 5D 0 F 121 57 2E
Octal 265 17 332 21 135 0 17 441 127 56
Binary 10110101 1111 11011010 10001 1011101 0 1111 100100001 1010111 101110

Color Harmonies of #B50FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FDA

Black with #B50FDA

Text Example


Text Example

White with #B50FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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