Html Css Color HEX #B000DB Dark Violet

📋 copy color: '#B000DB'

red 176 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #B000DB

Tints of Dark Violet #B000DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.56%
G = 0%
B = 55.44%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B000DB (or 0xB000DB) is known color: Dark Violet. HEX triplet: B0, 00 and DB. RGB value is (176,0,219). Sum of RGB (Red+Green+Blue) = 176+0+219=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #B000DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000DB is #4FFF24. Grayscale: #4C4C4C. Windows color (decimal): -5242661 or 14352560. OLE color: 14352560.

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

Color convert

RGB 176 0 219 -
CMYK 0.20 1 0 0.14
HSL 288.22º 1% 0.43% -
HSV(B) 288.22º 1% 0.86% -
XYZ 30.69 14.34 68.17 -
YUV 77.59 207.81 198.19 -
System Red Green Blue C M Y K H S L
Decimal 176 0 219 0.20 1 0 0.14 288.22 1 0.43
Hex B0 0 DB 14 64 0 E 120 64 2B
Octal 260 0 333 24 144 0 16 440 144 53
Binary 10110000 0 11011011 10100 1100100 0 1110 100100000 1100100 101011

Color Harmonies of #B000DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000DB

Black with #B000DB

Text Example


Text Example

White with #B000DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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