Html Css Color HEX #B111DB Dark Violet

📋 copy color: '#B111DB'

red 177 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #B111DB

Tints of Dark Violet #B111DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.12%

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

R = 42.86%
G = 4.12%
B = 53.03%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B111DB (or 0xB111DB) is known color: Dark Violet. HEX triplet: B1, 11 and DB. RGB value is (177,17,219). Sum of RGB (Red+Green+Blue) = 177+17+219=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B111DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111DB is #4EEE24. Grayscale: #575757. Windows color (decimal): -5172773 or 14356913. OLE color: 14356913.

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

Color convert

RGB 177 17 219 -
CMYK 0.19 0.92 0 0.14
HSL 287.52º 0.86% 0.46% -
HSV(B) 287.52º 0.92% 0.86% -
XYZ 31.12 14.86 68.25 -
YUV 87.87 202.01 191.57 -
System Red Green Blue C M Y K H S L
Decimal 177 17 219 0.19 0.92 0 0.14 287.52 0.86 0.46
Hex B1 11 DB 13 5C 0 E 120 56 2E
Octal 261 21 333 23 134 0 16 440 126 56
Binary 10110001 10001 11011011 10011 1011100 0 1110 100100000 1010110 101110

Color Harmonies of #B111DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111DB

Black with #B111DB

Text Example


Text Example

White with #B111DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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