Html Css Color HEX #B106CE Deep Magenta

📋 copy color: '#B106CE'

red 177 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #B106CE

Tints of Deep Magenta #B106CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 45.5%
G = 1.54%
B = 52.96%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B106CE (or 0xB106CE) is known color: Deep Magenta. HEX triplet: B1, 06 and CE. RGB value is (177,6,206). Sum of RGB (Red+Green+Blue) = 177+6+206=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #B106CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106CE is #4EF931. Grayscale: #4F4F4F. Windows color (decimal): -5175602 or 13502129. OLE color: 13502129.

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

Color convert

RGB 177 6 206 -
CMYK 0.14 0.97 0 0.19
HSL 291.3º 0.94% 0.42% -
HSV(B) 291.3º 0.97% 0.81% -
XYZ 29.34 13.93 59.54 -
YUV 79.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 177 6 206 0.14 0.97 0 0.19 291.3 0.94 0.42
Hex B1 6 CE E 61 0 13 123 5E 2A
Octal 261 6 316 16 141 0 23 443 136 52
Binary 10110001 110 11001110 1110 1100001 0 10011 100100011 1011110 101010

Color Harmonies of #B106CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106CE

Black with #B106CE

Text Example


Text Example

White with #B106CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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