Html Css Color HEX #B40EDD Deep Magenta

📋 copy color: '#B40EDD'

red 180 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #B40EDD

Tints of Deep Magenta #B40EDD

RGB

 RED value IS 180 (70.7% from 255) = 43.37%

 GREEN value IS 14 (5.86% from 255) = 3.37%

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

R = 43.37%
G = 3.37%
B = 53.25%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B40EDD (or 0xB40EDD) is known color: Deep Magenta. HEX triplet: B4, 0E and DD. RGB value is (180,14,221). Sum of RGB (Red+Green+Blue) = 180+14+221=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #B40EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EDD is #4BF122. Grayscale: #565656. Windows color (decimal): -4976931 or 14487220. OLE color: 14487220.

HSL color Cylindrical-coordinate representation of color #B40EDD: hue angle of 288.12º degrees, saturation: 0.88, 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 #B40EDD is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 14 221 -
CMYK 0.19 0.94 0 0.13
HSL 288.12º 0.88% 0.46% -
HSV(B) 288.12º 0.94% 0.87% -
XYZ 32.03 15.24 69.66 -
YUV 87.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 180 14 221 0.19 0.94 0 0.13 288.12 0.88 0.46
Hex B4 E DD 13 5E 0 D 120 58 2E
Octal 264 16 335 23 136 0 15 440 130 56
Binary 10110100 1110 11011101 10011 1011110 0 1101 100100000 1011000 101110

Color Harmonies of #B40EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EDD

Black with #B40EDD

Text Example


Text Example

White with #B40EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EDD; }

 p { color: rgb(180,14,221); }

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

background-color css

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

 a { background-color: rgb(180,14,221); }

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

border-color css

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

 span { border-color: rgb(180,14,221); }

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