Html Css Color HEX #B116B4 Deep Magenta

📋 copy color: '#B116B4'

red 177 ◦ green 22 ◦ blue 180

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

Shades of Deep Magenta #B116B4

Tints of Deep Magenta #B116B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.49%

R = 46.7%
G = 5.8%
B = 47.49%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B116B4 (or 0xB116B4) is known color: Deep Magenta. HEX triplet: B1, 16 and B4. RGB value is (177,22,180). Sum of RGB (Red+Green+Blue) = 177+22+180=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #B116B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116B4 is #4EE94B. Grayscale: #555555. Windows color (decimal): -5171532 or 11802289. OLE color: 11802289.

HSL color Cylindrical-coordinate representation of color #B116B4: hue angle of 298.86º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B116B4 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 22 180 -
CMYK 0.02 0.88 0 0.29
HSL 298.86º 0.78% 0.4% -
HSV(B) 298.86º 0.88% 0.71% -
XYZ 26.66 13.22 44.33 -
YUV 86.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 177 22 180 0.02 0.88 0 0.29 298.86 0.78 0.4
Hex B1 16 B4 2 58 0 1D 12B 4E 28
Octal 261 26 264 2 130 0 35 453 116 50
Binary 10110001 10110 10110100 10 1011000 0 11101 100101011 1001110 101000

Color Harmonies of #B116B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116B4

Black with #B116B4

Text Example


Text Example

White with #B116B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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