#B106D8

Color #B106D8 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #B106D8

Tints of Dark Violet #B106D8

Color information

#B106D8 (or 0xB106D8) is unknown color: approx Dark Violet. HEX triplet: B1, 06 and D8. RGB value is (177,6,216). Sum of RGB (Red+Green+Blue) = 177+6+216=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #B106D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106D8 is #4EF927. Grayscale: #505050. Windows color (decimal): -5175592 or 14157489. OLE color: 14157489.

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

Color convert

RGB1776216-
CMYK0.180.9700.15
HSL288.86º94.59%43.53%-
HSV(B)288.86º97.22%84.71%-
XYZ30.5914.4466.14-
YUV81.07204.15196.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 6 (2.73% from 255) = 1.50%
BLUE value IS 216 (84.77% from 255) = 54.14%
R=44.36%
G=1.50%
B=54.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17762160.180.9700.15288.8694.5943.53
HexB16D812610F1215f2c
Octal26163302214101744113754
Binary1011000111011011000100101100001011111001000011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B106D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B106D8; }

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

 H1.HeaderClassName
 {
   color: #B106D8;
 }
 .AnyTagClassName
 {
   color: #B106D8;
 }
</style>
background-color css

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

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

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

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

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

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