Html Css Color HEX #B106D9 Dark Violet

📋 copy color: '#B106D9'

red 177 ◦ green 6 ◦ blue 217

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

Shades of Dark Violet #B106D9

Tints of Dark Violet #B106D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.25%

R = 44.25%
G = 1.5%
B = 54.25%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B106D9 (or 0xB106D9) is known color: Dark Violet. HEX triplet: B1, 06 and D9. RGB value is (177,6,217). Sum of RGB (Red+Green+Blue) = 177+6+217=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #B106D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106D9 is #4EF926. Grayscale: #505050. Windows color (decimal): -5175591 or 14223025. OLE color: 14223025.

HSL color Cylindrical-coordinate representation of color #B106D9: hue angle of 288.63º 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 #B106D9 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 6 217 -
CMYK 0.18 0.97 0 0.15
HSL 288.63º 0.95% 0.44% -
HSV(B) 288.63º 0.97% 0.85% -
XYZ 30.72 14.49 66.82 -
YUV 81.18 204.65 196.34 -
System Red Green Blue C M Y K H S L
Decimal 177 6 217 0.18 0.97 0 0.15 288.63 0.95 0.44
Hex B1 6 D9 12 61 0 F 121 5F 2C
Octal 261 6 331 22 141 0 17 441 137 54
Binary 10110001 110 11011001 10010 1100001 0 1111 100100001 1011111 101100

Color Harmonies of #B106D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106D9

Black with #B106D9

Text Example


Text Example

White with #B106D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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