Html Css Color HEX #B916D7 Deep Magenta

📋 copy color: '#B916D7'

red 185 ◦ green 22 ◦ blue 215

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

Shades of Deep Magenta #B916D7

Tints of Deep Magenta #B916D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.95%

R = 43.84%
G = 5.21%
B = 50.95%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B916D7 (or 0xB916D7) is known color: Deep Magenta. HEX triplet: B9, 16 and D7. RGB value is (185,22,215). Sum of RGB (Red+Green+Blue) = 185+22+215=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #B916D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916D7 is #46E928. Grayscale: #5C5C5C. Windows color (decimal): -4647209 or 14096057. OLE color: 14096057.

HSL color Cylindrical-coordinate representation of color #B916D7: hue angle of 290.67º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B916D7 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 22 215 -
CMYK 0.14 0.90 0 0.16
HSL 290.67º 0.81% 0.46% -
HSV(B) 290.67º 0.9% 0.84% -
XYZ 32.56 15.79 65.62 -
YUV 92.74 197 193.81 -
System Red Green Blue C M Y K H S L
Decimal 185 22 215 0.14 0.90 0 0.16 290.67 0.81 0.46
Hex B9 16 D7 E 5A 0 10 123 51 2E
Octal 271 26 327 16 132 0 20 443 121 56
Binary 10111001 10110 11010111 1110 1011010 0 10000 100100011 1010001 101110

Color Harmonies of #B916D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916D7

Black with #B916D7

Text Example


Text Example

White with #B916D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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