Html Css Color HEX #B105DB Dark Violet

📋 copy color: '#B105DB'

red 177 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #B105DB

Tints of Dark Violet #B105DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

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

R = 44.14%
G = 1.25%
B = 54.61%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B105DB (or 0xB105DB) is known color: Dark Violet. HEX triplet: B1, 05 and DB. RGB value is (177,5,219). Sum of RGB (Red+Green+Blue) = 177+5+219=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #B105DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B105DB is #4EFA24. Grayscale: #505050. Windows color (decimal): -5175845 or 14353841. OLE color: 14353841.

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

Color convert

RGB 177 5 219 -
CMYK 0.19 0.98 0 0.14
HSL 288.22º 0.96% 0.44% -
HSV(B) 288.22º 0.98% 0.86% -
XYZ 30.97 14.57 68.2 -
YUV 80.82 205.98 196.6 -
System Red Green Blue C M Y K H S L
Decimal 177 5 219 0.19 0.98 0 0.14 288.22 0.96 0.44
Hex B1 5 DB 13 62 0 E 120 60 2C
Octal 261 5 333 23 142 0 16 440 140 54
Binary 10110001 101 11011011 10011 1100010 0 1110 100100000 1100000 101100

Color Harmonies of #B105DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B105DB

Black with #B105DB

Text Example


Text Example

White with #B105DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B105DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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