Html Css Color HEX #B916C9 Deep Magenta

📋 copy color: '#B916C9'

red 185 ◦ green 22 ◦ blue 201

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

Shades of Deep Magenta #B916C9

Tints of Deep Magenta #B916C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 45.34%
G = 5.39%
B = 49.26%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B916C9 (or 0xB916C9) is known color: Deep Magenta. HEX triplet: B9, 16 and C9. RGB value is (185,22,201). Sum of RGB (Red+Green+Blue) = 185+22+201=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #B916C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916C9 is #46E936. Grayscale: #5A5A5A. Windows color (decimal): -4647223 or 13178553. OLE color: 13178553.

HSL color Cylindrical-coordinate representation of color #B916C9: hue angle of 294.64º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B916C9 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 22 201 -
CMYK 0.08 0.89 0 0.21
HSL 294.64º 0.8% 0.44% -
HSV(B) 294.64º 0.89% 0.79% -
XYZ 30.84 15.11 56.55 -
YUV 91.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 185 22 201 0.08 0.89 0 0.21 294.64 0.8 0.44
Hex B9 16 C9 8 59 0 15 127 50 2C
Octal 271 26 311 10 131 0 25 447 120 54
Binary 10111001 10110 11001001 1000 1011001 0 10101 100100111 1010000 101100

Color Harmonies of #B916C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916C9

Black with #B916C9

Text Example


Text Example

White with #B916C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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