Html Css Color HEX #B40DDC Deep Magenta

📋 copy color: '#B40DDC'

red 180 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #B40DDC

Tints of Deep Magenta #B40DDC

RGB

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

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

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

R = 43.58%
G = 3.15%
B = 53.27%

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

#B40DDC (or 0xB40DDC) is known color: Deep Magenta. HEX triplet: B4, 0D and DC. RGB value is (180,13,220). Sum of RGB (Red+Green+Blue) = 180+13+220=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #B40DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DDC is #4BF223. Grayscale: #555555. Windows color (decimal): -4977188 or 14421428. OLE color: 14421428.

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

Color convert

RGB 180 13 220 -
CMYK 0.18 0.94 0 0.14
HSL 288.41º 0.89% 0.46% -
HSV(B) 288.41º 0.94% 0.86% -
XYZ 31.88 15.16 68.96 -
YUV 86.53 203.33 194.67 -
System Red Green Blue C M Y K H S L
Decimal 180 13 220 0.18 0.94 0 0.14 288.41 0.89 0.46
Hex B4 D DC 12 5E 0 E 120 59 2E
Octal 264 15 334 22 136 0 16 440 131 56
Binary 10110100 1101 11011100 10010 1011110 0 1110 100100000 1011001 101110

Color Harmonies of #B40DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DDC

Black with #B40DDC

Text Example


Text Example

White with #B40DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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