Html Css Color HEX #B413DC Deep Magenta

📋 copy color: '#B413DC'

red 180 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #B413DC

Tints of Deep Magenta #B413DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.53%

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

R = 42.96%
G = 4.53%
B = 52.51%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B413DC (or 0xB413DC) is known color: Deep Magenta. HEX triplet: B4, 13 and DC. RGB value is (180,19,220). Sum of RGB (Red+Green+Blue) = 180+19+220=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #B413DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413DC is #4BEC23. Grayscale: #595959. Windows color (decimal): -4975652 or 14422964. OLE color: 14422964.

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

Color convert

RGB 180 19 220 -
CMYK 0.18 0.91 0 0.14
HSL 288.06º 0.84% 0.47% -
HSV(B) 288.06º 0.91% 0.86% -
XYZ 31.97 15.34 68.99 -
YUV 90.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 180 19 220 0.18 0.91 0 0.14 288.06 0.84 0.47
Hex B4 13 DC 12 5B 0 E 120 54 2F
Octal 264 23 334 22 133 0 16 440 124 57
Binary 10110100 10011 11011100 10010 1011011 0 1110 100100000 1010100 101111

Color Harmonies of #B413DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413DC

Black with #B413DC

Text Example


Text Example

White with #B413DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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