Html Css Color HEX #B916DC Deep Magenta

📋 copy color: '#B916DC'

red 185 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #B916DC

Tints of Deep Magenta #B916DC

RGB

 RED value IS 185 (72.66% from 255) = 43.33%

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

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

R = 43.33%
G = 5.15%
B = 51.52%

CMYK

 C value IS 0.16

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B916DC (or 0xB916DC) is known color: Deep Magenta. HEX triplet: B9, 16 and DC. RGB value is (185,22,220). Sum of RGB (Red+Green+Blue) = 185+22+220=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #B916DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916DC is #46E923. Grayscale: #5C5C5C. Windows color (decimal): -4647204 or 14423737. OLE color: 14423737.

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

Color convert

RGB 185 22 220 -
CMYK 0.16 0.9 0 0.14
HSL 289.39º 0.82% 0.47% -
HSV(B) 289.39º 0.9% 0.86% -
XYZ 33.21 16.06 69.06 -
YUV 93.31 199.5 193.4 -
System Red Green Blue C M Y K H S L
Decimal 185 22 220 0.16 0.9 0 0.14 289.39 0.82 0.47
Hex B9 16 DC 10 5A 0 E 121 52 2F
Octal 271 26 334 20 132 0 16 441 122 57
Binary 10111001 10110 11011100 10000 1011010 0 1110 100100001 1010010 101111

Color Harmonies of #B916DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916DC

Black with #B916DC

Text Example


Text Example

White with #B916DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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