Html Css Color HEX #B40EDC Deep Magenta

📋 copy color: '#B40EDC'

red 180 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #B40EDC

Tints of Deep Magenta #B40EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 43.48%
G = 3.38%
B = 53.14%

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

#B40EDC (or 0xB40EDC) is known color: Deep Magenta. HEX triplet: B4, 0E and DC. RGB value is (180,14,220). Sum of RGB (Red+Green+Blue) = 180+14+220=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #B40EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EDC is #4BF123. Grayscale: #565656. Windows color (decimal): -4976932 or 14421684. OLE color: 14421684.

HSL color Cylindrical-coordinate representation of color #B40EDC: hue angle of 288.35º 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 #B40EDC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 14 220 -
CMYK 0.18 0.94 0 0.14
HSL 288.35º 0.88% 0.46% -
HSV(B) 288.35º 0.94% 0.86% -
XYZ 31.9 15.18 68.96 -
YUV 87.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 180 14 220 0.18 0.94 0 0.14 288.35 0.88 0.46
Hex B4 E DC 12 5E 0 E 120 58 2E
Octal 264 16 334 22 136 0 16 440 130 56
Binary 10110100 1110 11011100 10010 1011110 0 1110 100100000 1011000 101110

Color Harmonies of #B40EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EDC

Black with #B40EDC

Text Example


Text Example

White with #B40EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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