Html Css Color HEX #B204DC Dark Violet

📋 copy color: '#B204DC'

red 178 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #B204DC

Tints of Dark Violet #B204DC

RGB

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

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

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

R = 44.28%
G = 1%
B = 54.73%

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

#B204DC (or 0xB204DC) is known color: Dark Violet. HEX triplet: B2, 04 and DC. RGB value is (178,4,220). Sum of RGB (Red+Green+Blue) = 178+4+220=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #B204DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204DC is #4DFB23. Grayscale: #4F4F4F. Windows color (decimal): -5110564 or 14419122. OLE color: 14419122.

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

Color convert

RGB 178 4 220 -
CMYK 0.19 0.98 0 0.14
HSL 288.33º 0.96% 0.44% -
HSV(B) 288.33º 0.98% 0.86% -
XYZ 31.32 14.72 68.9 -
YUV 80.65 206.65 197.44 -
System Red Green Blue C M Y K H S L
Decimal 178 4 220 0.19 0.98 0 0.14 288.33 0.96 0.44
Hex B2 4 DC 13 62 0 E 120 60 2C
Octal 262 4 334 23 142 0 16 440 140 54
Binary 10110010 100 11011100 10011 1100010 0 1110 100100000 1100000 101100

Color Harmonies of #B204DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204DC

Black with #B204DC

Text Example


Text Example

White with #B204DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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