Html Css Color HEX #B115AC Deep Magenta

📋 copy color: '#B115AC'

red 177 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #B115AC

Tints of Deep Magenta #B115AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.68%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 47.84%
G = 5.68%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B115AC (or 0xB115AC) is known color: Deep Magenta. HEX triplet: B1, 15 and AC. RGB value is (177,21,172). Sum of RGB (Red+Green+Blue) = 177+21+172=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B115AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B115AC is #4EEA53. Grayscale: #545454. Windows color (decimal): -5171796 or 11277745. OLE color: 11277745.

HSL color Cylindrical-coordinate representation of color #B115AC: hue angle of 301.92º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B115AC is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 172 -
CMYK 0 0.88 0.03 0.31
HSL 301.92º 0.79% 0.39% -
HSV(B) 301.92º 0.88% 0.69% -
XYZ 25.85 12.86 40.15 -
YUV 84.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 177 21 172 0 0.88 0.03 0.31 301.92 0.79 0.39
Hex B1 15 AC 0 58 3 1F 12E 4F 27
Octal 261 25 254 0 130 3 37 456 117 47
Binary 10110001 10101 10101100 0 1011000 11 11111 100101110 1001111 100111

Color Harmonies of #B115AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115AC

Black with #B115AC

Text Example


Text Example

White with #B115AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115AC; }

 p { color: rgb(177,21,172); }

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

background-color css

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

 a { background-color: rgb(177,21,172); }

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

border-color css

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

 span { border-color: rgb(177,21,172); }

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