Html Css Color HEX #B106AD Deep Magenta

📋 copy color: '#B106AD'

red 177 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #B106AD

Tints of Deep Magenta #B106AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 49.72%
G = 1.69%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B106AD (or 0xB106AD) is known color: Deep Magenta. HEX triplet: B1, 06 and AD. RGB value is (177,6,173). Sum of RGB (Red+Green+Blue) = 177+6+173=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B106AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B106AD is #4EF952. Grayscale: #4B4B4B. Windows color (decimal): -5175635 or 11339441. OLE color: 11339441.

HSL color Cylindrical-coordinate representation of color #B106AD: hue angle of 301.4º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B106AD is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 173 -
CMYK 0 0.97 0.02 0.31
HSL 301.4º 0.93% 0.36% -
HSV(B) 301.4º 0.97% 0.69% -
XYZ 25.74 12.49 40.59 -
YUV 76.17 182.65 199.92 -
System Red Green Blue C M Y K H S L
Decimal 177 6 173 0 0.97 0.02 0.31 301.4 0.93 0.36
Hex B1 6 AD 0 61 2 1F 12D 5D 24
Octal 261 6 255 0 141 2 37 455 135 44
Binary 10110001 110 10101101 0 1100001 10 11111 100101101 1011101 100100

Color Harmonies of #B106AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106AD

Black with #B106AD

Text Example


Text Example

White with #B106AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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