Html Css Color HEX #B116C2 Deep Magenta

📋 copy color: '#B116C2'

red 177 ◦ green 22 ◦ blue 194

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

Shades of Deep Magenta #B116C2

Tints of Deep Magenta #B116C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.36%

R = 45.04%
G = 5.6%
B = 49.36%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B116C2 (or 0xB116C2) is known color: Deep Magenta. HEX triplet: B1, 16 and C2. RGB value is (177,22,194). Sum of RGB (Red+Green+Blue) = 177+22+194=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #B116C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116C2 is #4EE93D. Grayscale: #575757. Windows color (decimal): -5171518 or 12719793. OLE color: 12719793.

HSL color Cylindrical-coordinate representation of color #B116C2: hue angle of 294.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B116C2 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 22 194 -
CMYK 0.09 0.89 0 0.24
HSL 294.07º 0.8% 0.42% -
HSV(B) 294.07º 0.89% 0.76% -
XYZ 28.16 13.82 52.22 -
YUV 87.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 177 22 194 0.09 0.89 0 0.24 294.07 0.8 0.42
Hex B1 16 C2 9 59 0 18 126 50 2A
Octal 261 26 302 11 131 0 30 446 120 52
Binary 10110001 10110 11000010 1001 1011001 0 11000 100100110 1010000 101010

Color Harmonies of #B116C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116C2

Black with #B116C2

Text Example


Text Example

White with #B116C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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