Html Css Color HEX #B50DDE Deep Magenta

📋 copy color: '#B50DDE'

red 181 ◦ green 13 ◦ blue 222

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

Shades of Deep Magenta #B50DDE

Tints of Deep Magenta #B50DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 43.51%
G = 3.13%
B = 53.37%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B50DDE (or 0xB50DDE) is known color: Deep Magenta. HEX triplet: B5, 0D and DE. RGB value is (181,13,222). Sum of RGB (Red+Green+Blue) = 181+13+222=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #B50DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DDE is #4AF221. Grayscale: #565656. Windows color (decimal): -4911650 or 14552501. OLE color: 14552501.

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

Color convert

RGB 181 13 222 -
CMYK 0.18 0.94 0 0.13
HSL 288.23º 0.89% 0.46% -
HSV(B) 288.23º 0.94% 0.87% -
XYZ 32.38 15.39 70.37 -
YUV 87.06 204.16 195.01 -
System Red Green Blue C M Y K H S L
Decimal 181 13 222 0.18 0.94 0 0.13 288.23 0.89 0.46
Hex B5 D DE 12 5E 0 D 120 59 2E
Octal 265 15 336 22 136 0 15 440 131 56
Binary 10110101 1101 11011110 10010 1011110 0 1101 100100000 1011001 101110

Color Harmonies of #B50DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DDE

Black with #B50DDE

Text Example


Text Example

White with #B50DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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