Html Css Color HEX #B116CE Deep Magenta

📋 copy color: '#B116CE'

red 177 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #B116CE

Tints of Deep Magenta #B116CE

RGB

 RED value IS 177 (69.53% from 255) = 43.7%

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 43.7%
G = 5.43%
B = 50.86%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B116CE (or 0xB116CE) is known color: Deep Magenta. HEX triplet: B1, 16 and CE. RGB value is (177,22,206). Sum of RGB (Red+Green+Blue) = 177+22+206=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #B116CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116CE is #4EE931. Grayscale: #585858. Windows color (decimal): -5171506 or 13506225. OLE color: 13506225.

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

Color convert

RGB 177 22 206 -
CMYK 0.14 0.89 0 0.19
HSL 290.54º 0.81% 0.45% -
HSV(B) 290.54º 0.89% 0.81% -
XYZ 29.56 14.38 59.61 -
YUV 89.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 177 22 206 0.14 0.89 0 0.19 290.54 0.81 0.45
Hex B1 16 CE E 59 0 13 123 51 2D
Octal 261 26 316 16 131 0 23 443 121 55
Binary 10110001 10110 11001110 1110 1011001 0 10011 100100011 1010001 101101

Color Harmonies of #B116CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116CE

Black with #B116CE

Text Example


Text Example

White with #B116CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116CE; }

 p { color: rgb(177,22,206); }

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

background-color css

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

 a { background-color: rgb(177,22,206); }

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

border-color css

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

 span { border-color: rgb(177,22,206); }

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