Html Css Color HEX #B106D1 Deep Magenta

📋 copy color: '#B106D1'

red 177 ◦ green 6 ◦ blue 209

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

Shades of Deep Magenta #B106D1

Tints of Deep Magenta #B106D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 53.32%

R = 45.15%
G = 1.53%
B = 53.32%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B106D1 (or 0xB106D1) is known color: Deep Magenta. HEX triplet: B1, 06 and D1. RGB value is (177,6,209). Sum of RGB (Red+Green+Blue) = 177+6+209=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #B106D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106D1 is #4EF92E. Grayscale: #4F4F4F. Windows color (decimal): -5175599 or 13698737. OLE color: 13698737.

HSL color Cylindrical-coordinate representation of color #B106D1: hue angle of 290.54º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B106D1 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 6 209 -
CMYK 0.15 0.97 0 0.18
HSL 290.54º 0.94% 0.42% -
HSV(B) 290.54º 0.97% 0.82% -
XYZ 29.71 14.08 61.47 -
YUV 80.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 177 6 209 0.15 0.97 0 0.18 290.54 0.94 0.42
Hex B1 6 D1 F 61 0 12 123 5E 2A
Octal 261 6 321 17 141 0 22 443 136 52
Binary 10110001 110 11010001 1111 1100001 0 10010 100100011 1011110 101010

Color Harmonies of #B106D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106D1

Black with #B106D1

Text Example


Text Example

White with #B106D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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