Html Css Color HEX #B008DB Dark Violet

📋 copy color: '#B008DB'

red 176 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #B008DB

Tints of Dark Violet #B008DB

RGB

 RED value IS 176 (69.14% from 255) = 43.67%

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

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

R = 43.67%
G = 1.99%
B = 54.34%

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

#B008DB (or 0xB008DB) is known color: Dark Violet. HEX triplet: B0, 08 and DB. RGB value is (176,8,219). Sum of RGB (Red+Green+Blue) = 176+8+219=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 8 (3.52% from 255 or 1.99% 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 #B008DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008DB is #4FF724. Grayscale: #515151. Windows color (decimal): -5240613 or 14354608. OLE color: 14354608.

HSL color Cylindrical-coordinate representation of color #B008DB: hue angle of 287.77º 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 #B008DB is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 8 219 -
CMYK 0.20 0.96 0 0.14
HSL 287.77º 0.93% 0.45% -
HSV(B) 287.77º 0.96% 0.86% -
XYZ 30.78 14.52 68.2 -
YUV 82.29 205.16 194.84 -
System Red Green Blue C M Y K H S L
Decimal 176 8 219 0.20 0.96 0 0.14 287.77 0.93 0.45
Hex B0 8 DB 14 60 0 E 120 5D 2D
Octal 260 10 333 24 140 0 16 440 135 55
Binary 10110000 1000 11011011 10100 1100000 0 1110 100100000 1011101 101101

Color Harmonies of #B008DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008DB

Black with #B008DB

Text Example


Text Example

White with #B008DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008DB; }

 p { color: rgb(176,8,219); }

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

background-color css

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

 a { background-color: rgb(176,8,219); }

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

border-color css

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

 span { border-color: rgb(176,8,219); }

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