Html Css Color HEX #B004DB Dark Violet

📋 copy color: '#B004DB'

red 176 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #B004DB

Tints of Dark Violet #B004DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 44.11%
G = 1%
B = 54.89%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B004DB (or 0xB004DB) is known color: Dark Violet. HEX triplet: B0, 04 and DB. RGB value is (176,4,219). Sum of RGB (Red+Green+Blue) = 176+4+219=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #B004DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004DB is #4FFB24. Grayscale: #4F4F4F. Windows color (decimal): -5241637 or 14353584. OLE color: 14353584.

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

Color convert

RGB 176 4 219 -
CMYK 0.20 0.98 0 0.14
HSL 288º 0.96% 0.44% -
HSV(B) 288º 0.98% 0.86% -
XYZ 30.73 14.43 68.18 -
YUV 79.94 206.48 196.52 -
System Red Green Blue C M Y K H S L
Decimal 176 4 219 0.20 0.98 0 0.14 288 0.96 0.44
Hex B0 4 DB 14 62 0 E 120 60 2C
Octal 260 4 333 24 142 0 16 440 140 54
Binary 10110000 100 11011011 10100 1100010 0 1110 100100000 1100000 101100

Color Harmonies of #B004DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004DB

Black with #B004DB

Text Example


Text Example

White with #B004DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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