Html Css Color HEX #B118BA Deep Magenta

📋 copy color: '#B118BA'

red 177 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #B118BA

Tints of Deep Magenta #B118BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.2%

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

R = 45.74%
G = 6.2%
B = 48.06%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B118BA (or 0xB118BA) is known color: Deep Magenta. HEX triplet: B1, 18 and BA. RGB value is (177,24,186). Sum of RGB (Red+Green+Blue) = 177+24+186=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #B118BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B118BA is #4EE745. Grayscale: #575757. Windows color (decimal): -5171014 or 12196017. OLE color: 12196017.

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

Color convert

RGB 177 24 186 -
CMYK 0.05 0.87 0 0.27
HSL 296.67º 0.77% 0.41% -
HSV(B) 296.67º 0.87% 0.73% -
XYZ 27.32 13.55 47.63 -
YUV 88.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 177 24 186 0.05 0.87 0 0.27 296.67 0.77 0.41
Hex B1 18 BA 5 57 0 1B 129 4D 29
Octal 261 30 272 5 127 0 33 451 115 51
Binary 10110001 11000 10111010 101 1010111 0 11011 100101001 1001101 101001

Color Harmonies of #B118BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118BA

Black with #B118BA

Text Example


Text Example

White with #B118BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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