Html Css Color HEX #B204DB Dark Violet

📋 copy color: '#B204DB'

red 178 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #B204DB

Tints of Dark Violet #B204DB

RGB

 RED value IS 178 (69.92% from 255) = 44.39%

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

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

R = 44.39%
G = 1%
B = 54.61%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B204DB (or 0xB204DB) is known color: Dark Violet. HEX triplet: B2, 04 and DB. RGB value is (178,4,219). Sum of RGB (Red+Green+Blue) = 178+4+219=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #B204DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204DB is #4DFB24. Grayscale: #4F4F4F. Windows color (decimal): -5110565 or 14353586. OLE color: 14353586.

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

Color convert

RGB 178 4 219 -
CMYK 0.19 0.98 0 0.14
HSL 288.56º 0.96% 0.44% -
HSV(B) 288.56º 0.98% 0.86% -
XYZ 31.19 14.67 68.2 -
YUV 80.54 206.15 197.52 -
System Red Green Blue C M Y K H S L
Decimal 178 4 219 0.19 0.98 0 0.14 288.56 0.96 0.44
Hex B2 4 DB 13 62 0 E 121 60 2C
Octal 262 4 333 23 142 0 16 441 140 54
Binary 10110010 100 11011011 10011 1100010 0 1110 100100001 1100000 101100

Color Harmonies of #B204DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204DB

Black with #B204DB

Text Example


Text Example

White with #B204DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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