Html Css Color HEX #B116C3 Deep Magenta

📋 copy color: '#B116C3'

red 177 ◦ green 22 ◦ blue 195

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

Shades of Deep Magenta #B116C3

Tints of Deep Magenta #B116C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.49%

R = 44.92%
G = 5.58%
B = 49.49%

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

#B116C3 (or 0xB116C3) is known color: Deep Magenta. HEX triplet: B1, 16 and C3. RGB value is (177,22,195). Sum of RGB (Red+Green+Blue) = 177+22+195=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #B116C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116C3 is #4EE93C. Grayscale: #575757. Windows color (decimal): -5171517 or 12785329. OLE color: 12785329.

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

Color convert

RGB 177 22 195 -
CMYK 0.09 0.89 0 0.24
HSL 293.76º 0.8% 0.43% -
HSV(B) 293.76º 0.89% 0.76% -
XYZ 28.27 13.86 52.82 -
YUV 88.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 177 22 195 0.09 0.89 0 0.24 293.76 0.8 0.43
Hex B1 16 C3 9 59 0 18 126 50 2B
Octal 261 26 303 11 131 0 30 446 120 53
Binary 10110001 10110 11000011 1001 1011001 0 11000 100100110 1010000 101011

Color Harmonies of #B116C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116C3

Black with #B116C3

Text Example


Text Example

White with #B116C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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