Html Css Color HEX #B106C9 Deep Magenta

📋 copy color: '#B106C9'

red 177 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #B106C9

Tints of Deep Magenta #B106C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.34%

R = 46.09%
G = 1.56%
B = 52.34%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B106C9 (or 0xB106C9) is known color: Deep Magenta. HEX triplet: B1, 06 and C9. RGB value is (177,6,201). Sum of RGB (Red+Green+Blue) = 177+6+201=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #B106C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106C9 is #4EF936. Grayscale: #4E4E4E. Windows color (decimal): -5175607 or 13174449. OLE color: 13174449.

HSL color Cylindrical-coordinate representation of color #B106C9: hue angle of 292.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B106C9 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 6 201 -
CMYK 0.12 0.97 0 0.21
HSL 292.62º 0.94% 0.41% -
HSV(B) 292.62º 0.97% 0.79% -
XYZ 28.74 13.69 56.39 -
YUV 79.36 196.65 197.64 -
System Red Green Blue C M Y K H S L
Decimal 177 6 201 0.12 0.97 0 0.21 292.62 0.94 0.41
Hex B1 6 C9 C 61 0 15 125 5E 29
Octal 261 6 311 14 141 0 25 445 136 51
Binary 10110001 110 11001001 1100 1100001 0 10101 100100101 1011110 101001

Color Harmonies of #B106C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106C9

Black with #B106C9

Text Example


Text Example

White with #B106C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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