Html Css Color HEX #B40EDB Deep Magenta

📋 copy color: '#B40EDB'

red 180 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #B40EDB

Tints of Deep Magenta #B40EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 43.58%
G = 3.39%
B = 53.03%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B40EDB (or 0xB40EDB) is known color: Deep Magenta. HEX triplet: B4, 0E and DB. RGB value is (180,14,219). Sum of RGB (Red+Green+Blue) = 180+14+219=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B40EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EDB is #4BF124. Grayscale: #565656. Windows color (decimal): -4976933 or 14356148. OLE color: 14356148.

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

Color convert

RGB 180 14 219 -
CMYK 0.18 0.94 0 0.14
HSL 288.59º 0.88% 0.46% -
HSV(B) 288.59º 0.94% 0.86% -
XYZ 31.77 15.13 68.26 -
YUV 87 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 180 14 219 0.18 0.94 0 0.14 288.59 0.88 0.46
Hex B4 E DB 12 5E 0 E 121 58 2E
Octal 264 16 333 22 136 0 16 441 130 56
Binary 10110100 1110 11011011 10010 1011110 0 1110 100100001 1011000 101110

Color Harmonies of #B40EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EDB

Black with #B40EDB

Text Example


Text Example

White with #B40EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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