Html Css Color HEX #B108BA Deep Magenta

📋 copy color: '#B108BA'

red 177 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #B108BA

Tints of Deep Magenta #B108BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

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

R = 47.71%
G = 2.16%
B = 50.13%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B108BA (or 0xB108BA) is known color: Deep Magenta. HEX triplet: B1, 08 and BA. RGB value is (177,8,186). Sum of RGB (Red+Green+Blue) = 177+8+186=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #B108BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108BA is #4EF745. Grayscale: #4E4E4E. Windows color (decimal): -5175110 or 12191921. OLE color: 12191921.

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

Color convert

RGB 177 8 186 -
CMYK 0.05 0.96 0 0.27
HSL 296.97º 0.92% 0.38% -
HSV(B) 296.97º 0.96% 0.73% -
XYZ 27.08 13.07 47.55 -
YUV 78.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 177 8 186 0.05 0.96 0 0.27 296.97 0.92 0.38
Hex B1 8 BA 5 60 0 1B 129 5C 26
Octal 261 10 272 5 140 0 33 451 134 46
Binary 10110001 1000 10111010 101 1100000 0 11011 100101001 1011100 100110

Color Harmonies of #B108BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108BA

Black with #B108BA

Text Example


Text Example

White with #B108BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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