Html Css Color HEX #B204DF Dark Violet

📋 copy color: '#B204DF'

red 178 ◦ green 4 ◦ blue 223

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

Shades of Dark Violet #B204DF

Tints of Dark Violet #B204DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 43.95%
G = 0.99%
B = 55.06%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B204DF (or 0xB204DF) is known color: Dark Violet. HEX triplet: B2, 04 and DF. RGB value is (178,4,223). Sum of RGB (Red+Green+Blue) = 178+4+223=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #B204DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204DF is #4DFB20. Grayscale: #505050. Windows color (decimal): -5110561 or 14615730. OLE color: 14615730.

HSL color Cylindrical-coordinate representation of color #B204DF: hue angle of 287.67º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204DF is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 4 223 -
CMYK 0.20 0.98 0 0.13
HSL 287.67º 0.96% 0.45% -
HSV(B) 287.67º 0.98% 0.87% -
XYZ 31.72 14.88 71.01 -
YUV 80.99 208.15 197.19 -
System Red Green Blue C M Y K H S L
Decimal 178 4 223 0.20 0.98 0 0.13 287.67 0.96 0.45
Hex B2 4 DF 14 62 0 D 120 60 2D
Octal 262 4 337 24 142 0 15 440 140 55
Binary 10110010 100 11011111 10100 1100010 0 1101 100100000 1100000 101101

Color Harmonies of #B204DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204DF

Black with #B204DF

Text Example


Text Example

White with #B204DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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