Html Css Color HEX #B416DC Deep Magenta

📋 copy color: '#B416DC'

red 180 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #B416DC

Tints of Deep Magenta #B416DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.21%

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

R = 42.65%
G = 5.21%
B = 52.13%

CMYK

 C value IS 0.18

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B416DC (or 0xB416DC) is known color: Deep Magenta. HEX triplet: B4, 16 and DC. RGB value is (180,22,220). Sum of RGB (Red+Green+Blue) = 180+22+220=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #B416DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416DC is #4BE923. Grayscale: #5B5B5B. Windows color (decimal): -4974884 or 14423732. OLE color: 14423732.

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

Color convert

RGB 180 22 220 -
CMYK 0.18 0.9 0 0.14
HSL 287.88º 0.82% 0.47% -
HSV(B) 287.88º 0.9% 0.86% -
XYZ 32.03 15.44 69 -
YUV 91.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 180 22 220 0.18 0.9 0 0.14 287.88 0.82 0.47
Hex B4 16 DC 12 5A 0 E 120 52 2F
Octal 264 26 334 22 132 0 16 440 122 57
Binary 10110100 10110 11011100 10010 1011010 0 1110 100100000 1010010 101111

Color Harmonies of #B416DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416DC

Black with #B416DC

Text Example


Text Example

White with #B416DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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