Html Css Color HEX #B107DB Dark Violet

📋 copy color: '#B107DB'

red 177 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #B107DB

Tints of Dark Violet #B107DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

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

R = 43.92%
G = 1.74%
B = 54.34%

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

#B107DB (or 0xB107DB) is known color: Dark Violet. HEX triplet: B1, 07 and DB. RGB value is (177,7,219). Sum of RGB (Red+Green+Blue) = 177+7+219=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #B107DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107DB is #4EF824. Grayscale: #515151. Windows color (decimal): -5175333 or 14354353. OLE color: 14354353.

HSL color Cylindrical-coordinate representation of color #B107DB: hue angle of 288.11º degrees, saturation: 0.94, 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 #B107DB is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 7 219 -
CMYK 0.19 0.97 0 0.14
HSL 288.11º 0.94% 0.44% -
HSV(B) 288.11º 0.97% 0.86% -
XYZ 30.99 14.61 68.2 -
YUV 82 205.32 195.76 -
System Red Green Blue C M Y K H S L
Decimal 177 7 219 0.19 0.97 0 0.14 288.11 0.94 0.44
Hex B1 7 DB 13 61 0 E 120 5E 2C
Octal 261 7 333 23 141 0 16 440 136 54
Binary 10110001 111 11011011 10011 1100001 0 1110 100100000 1011110 101100

Color Harmonies of #B107DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107DB

Black with #B107DB

Text Example


Text Example

White with #B107DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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