Html Css Color HEX #B108DC Dark Violet

📋 copy color: '#B108DC'

red 177 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #B108DC

Tints of Dark Violet #B108DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 43.7%
G = 1.98%
B = 54.32%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B108DC (or 0xB108DC) is known color: Dark Violet. HEX triplet: B1, 08 and DC. RGB value is (177,8,220). Sum of RGB (Red+Green+Blue) = 177+8+220=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #B108DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108DC is #4EF723. Grayscale: #525252. Windows color (decimal): -5175076 or 14420145. OLE color: 14420145.

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

Color convert

RGB 177 8 220 -
CMYK 0.20 0.96 0 0.14
HSL 287.83º 0.93% 0.45% -
HSV(B) 287.83º 0.96% 0.86% -
XYZ 31.14 14.69 68.9 -
YUV 82.7 205.49 195.26 -
System Red Green Blue C M Y K H S L
Decimal 177 8 220 0.20 0.96 0 0.14 287.83 0.93 0.45
Hex B1 8 DC 14 60 0 E 120 5D 2D
Octal 261 10 334 24 140 0 16 440 135 55
Binary 10110001 1000 11011100 10100 1100000 0 1110 100100000 1011101 101101

Color Harmonies of #B108DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108DC

Black with #B108DC

Text Example


Text Example

White with #B108DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108DC; }

 p { color: rgb(177,8,220); }

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

background-color css

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

 a { background-color: rgb(177,8,220); }

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

border-color css

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

 span { border-color: rgb(177,8,220); }

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