Html Css Color HEX #B916DD Deep Magenta

📋 copy color: '#B916DD'

red 185 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #B916DD

Tints of Deep Magenta #B916DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 43.22%
G = 5.14%
B = 51.64%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B916DD (or 0xB916DD) is known color: Deep Magenta. HEX triplet: B9, 16 and DD. RGB value is (185,22,221). Sum of RGB (Red+Green+Blue) = 185+22+221=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #B916DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916DD is #46E922. Grayscale: #5C5C5C. Windows color (decimal): -4647203 or 14489273. OLE color: 14489273.

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

Color convert

RGB 185 22 221 -
CMYK 0.16 0.90 0 0.13
HSL 289.15º 0.82% 0.48% -
HSV(B) 289.15º 0.9% 0.87% -
XYZ 33.35 16.11 69.76 -
YUV 93.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 185 22 221 0.16 0.90 0 0.13 289.15 0.82 0.48
Hex B9 16 DD 10 5A 0 D 121 52 30
Octal 271 26 335 20 132 0 15 441 122 60
Binary 10111001 10110 11011101 10000 1011010 0 1101 100100001 1010010 110000

Color Harmonies of #B916DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916DD

Black with #B916DD

Text Example


Text Example

White with #B916DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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