Html Css Color HEX #B110DB Dark Violet

📋 copy color: '#B110DB'

red 177 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #B110DB

Tints of Dark Violet #B110DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.88%

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

R = 42.96%
G = 3.88%
B = 53.16%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B110DB (or 0xB110DB) is known color: Dark Violet. HEX triplet: B1, 10 and DB. RGB value is (177,16,219). Sum of RGB (Red+Green+Blue) = 177+16+219=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #B110DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110DB is #4EEF24. Grayscale: #565656. Windows color (decimal): -5173029 or 14356657. OLE color: 14356657.

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

Color convert

RGB 177 16 219 -
CMYK 0.19 0.93 0 0.14
HSL 287.59º 0.86% 0.46% -
HSV(B) 287.59º 0.93% 0.86% -
XYZ 31.1 14.83 68.24 -
YUV 87.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 177 16 219 0.19 0.93 0 0.14 287.59 0.86 0.46
Hex B1 10 DB 13 5D 0 E 120 56 2E
Octal 261 20 333 23 135 0 16 440 126 56
Binary 10110001 10000 11011011 10011 1011101 0 1110 100100000 1010110 101110

Color Harmonies of #B110DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110DB

Black with #B110DB

Text Example


Text Example

White with #B110DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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