Html Css Color HEX #B106BA Deep Magenta

📋 copy color: '#B106BA'

red 177 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #B106BA

Tints of Deep Magenta #B106BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

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

R = 47.97%
G = 1.63%
B = 50.41%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B106BA (or 0xB106BA) is known color: Deep Magenta. HEX triplet: B1, 06 and BA. RGB value is (177,6,186). Sum of RGB (Red+Green+Blue) = 177+6+186=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #B106BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106BA is #4EF945. Grayscale: #4D4D4D. Windows color (decimal): -5175622 or 12191409. OLE color: 12191409.

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

Color convert

RGB 177 6 186 -
CMYK 0.05 0.97 0 0.27
HSL 297º 0.94% 0.38% -
HSV(B) 297º 0.97% 0.73% -
XYZ 27.06 13.02 47.54 -
YUV 77.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 177 6 186 0.05 0.97 0 0.27 297 0.94 0.38
Hex B1 6 BA 5 61 0 1B 129 5E 26
Octal 261 6 272 5 141 0 33 451 136 46
Binary 10110001 110 10111010 101 1100001 0 11011 100101001 1011110 100110

Color Harmonies of #B106BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106BA

Black with #B106BA

Text Example


Text Example

White with #B106BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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