Html Css Color HEX #B106DB Dark Violet

📋 copy color: '#B106DB'

red 177 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #B106DB

Tints of Dark Violet #B106DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 44.03%
G = 1.49%
B = 54.48%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B106DB (or 0xB106DB) is known color: Dark Violet. HEX triplet: B1, 06 and DB. RGB value is (177,6,219). Sum of RGB (Red+Green+Blue) = 177+6+219=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #B106DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106DB is #4EF924. Grayscale: #505050. Windows color (decimal): -5175589 or 14354097. OLE color: 14354097.

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

Color convert

RGB 177 6 219 -
CMYK 0.19 0.97 0 0.14
HSL 288.17º 0.95% 0.44% -
HSV(B) 288.17º 0.97% 0.86% -
XYZ 30.98 14.59 68.2 -
YUV 81.41 205.65 196.18 -
System Red Green Blue C M Y K H S L
Decimal 177 6 219 0.19 0.97 0 0.14 288.17 0.95 0.44
Hex B1 6 DB 13 61 0 E 120 5F 2C
Octal 261 6 333 23 141 0 16 440 137 54
Binary 10110001 110 11011011 10011 1100001 0 1110 100100000 1011111 101100

Color Harmonies of #B106DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106DB

Black with #B106DB

Text Example


Text Example

White with #B106DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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