Html Css Color HEX #B115BA Deep Magenta

📋 copy color: '#B115BA'

red 177 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #B115BA

Tints of Deep Magenta #B115BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 46.09%
G = 5.47%
B = 48.44%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B115BA (or 0xB115BA) is known color: Deep Magenta. HEX triplet: B1, 15 and BA. RGB value is (177,21,186). Sum of RGB (Red+Green+Blue) = 177+21+186=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #B115BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115BA is #4EEA45. Grayscale: #555555. Windows color (decimal): -5171782 or 12195249. OLE color: 12195249.

HSL color Cylindrical-coordinate representation of color #B115BA: hue angle of 296.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B115BA is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 21 186 -
CMYK 0.05 0.89 0 0.27
HSL 296.73º 0.8% 0.41% -
HSV(B) 296.73º 0.89% 0.73% -
XYZ 27.26 13.43 47.61 -
YUV 86.45 184.18 192.58 -
System Red Green Blue C M Y K H S L
Decimal 177 21 186 0.05 0.89 0 0.27 296.73 0.8 0.41
Hex B1 15 BA 5 59 0 1B 129 50 29
Octal 261 25 272 5 131 0 33 451 120 51
Binary 10110001 10101 10111010 101 1011001 0 11011 100101001 1010000 101001

Color Harmonies of #B115BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115BA

Black with #B115BA

Text Example


Text Example

White with #B115BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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