Html Css Color HEX #B916DF Deep Magenta

📋 copy color: '#B916DF'

red 185 ◦ green 22 ◦ blue 223

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

Shades of Deep Magenta #B916DF

Tints of Deep Magenta #B916DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 43.02%
G = 5.12%
B = 51.86%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B916DF (or 0xB916DF) is known color: Deep Magenta. HEX triplet: B9, 16 and DF. RGB value is (185,22,223). Sum of RGB (Red+Green+Blue) = 185+22+223=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #B916DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916DF is #46E920. Grayscale: #5D5D5D. Windows color (decimal): -4647201 or 14620345. OLE color: 14620345.

HSL color Cylindrical-coordinate representation of color #B916DF: hue angle of 288.66º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B916DF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 22 223 -
CMYK 0.17 0.90 0 0.13
HSL 288.66º 0.82% 0.48% -
HSV(B) 288.66º 0.9% 0.87% -
XYZ 33.61 16.22 71.17 -
YUV 93.65 201 193.16 -
System Red Green Blue C M Y K H S L
Decimal 185 22 223 0.17 0.90 0 0.13 288.66 0.82 0.48
Hex B9 16 DF 11 5A 0 D 121 52 30
Octal 271 26 337 21 132 0 15 441 122 60
Binary 10111001 10110 11011111 10001 1011010 0 1101 100100001 1010010 110000

Color Harmonies of #B916DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916DF

Black with #B916DF

Text Example


Text Example

White with #B916DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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