Html Css Color HEX #B916D0 Deep Magenta

📋 copy color: '#B916D0'

red 185 ◦ green 22 ◦ blue 208

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

Shades of Deep Magenta #B916D0

Tints of Deep Magenta #B916D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.12%

R = 44.58%
G = 5.3%
B = 50.12%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B916D0 (or 0xB916D0) is known color: Deep Magenta. HEX triplet: B9, 16 and D0. RGB value is (185,22,208). Sum of RGB (Red+Green+Blue) = 185+22+208=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #B916D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916D0 is #46E92F. Grayscale: #5B5B5B. Windows color (decimal): -4647216 or 13637305. OLE color: 13637305.

HSL color Cylindrical-coordinate representation of color #B916D0: hue angle of 292.58º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B916D0 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 22 208 -
CMYK 0.11 0.89 0 0.18
HSL 292.58º 0.81% 0.45% -
HSV(B) 292.58º 0.89% 0.82% -
XYZ 31.68 15.44 60.99 -
YUV 91.94 193.5 194.38 -
System Red Green Blue C M Y K H S L
Decimal 185 22 208 0.11 0.89 0 0.18 292.58 0.81 0.45
Hex B9 16 D0 B 59 0 12 125 51 2D
Octal 271 26 320 13 131 0 22 445 121 55
Binary 10111001 10110 11010000 1011 1011001 0 10010 100100101 1010001 101101

Color Harmonies of #B916D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916D0

Black with #B916D0

Text Example


Text Example

White with #B916D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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