Html Css Color HEX #B304DE Dark Violet

📋 copy color: '#B304DE'

red 179 ◦ green 4 ◦ blue 222

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

Shades of Dark Violet #B304DE

Tints of Dark Violet #B304DE

RGB

 RED value IS 179 (70.31% from 255) = 44.2%

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 44.2%
G = 0.99%
B = 54.81%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B304DE (or 0xB304DE) is known color: Dark Violet. HEX triplet: B3, 04 and DE. RGB value is (179,4,222). Sum of RGB (Red+Green+Blue) = 179+4+222=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #B304DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304DE is #4CFB21. Grayscale: #505050. Windows color (decimal): -5045026 or 14550195. OLE color: 14550195.

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

Color convert

RGB 179 4 222 -
CMYK 0.19 0.98 0 0.13
HSL 288.17º 0.96% 0.44% -
HSV(B) 288.17º 0.98% 0.87% -
XYZ 31.82 14.94 70.31 -
YUV 81.18 207.48 197.77 -
System Red Green Blue C M Y K H S L
Decimal 179 4 222 0.19 0.98 0 0.13 288.17 0.96 0.44
Hex B3 4 DE 13 62 0 D 120 60 2C
Octal 263 4 336 23 142 0 15 440 140 54
Binary 10110011 100 11011110 10011 1100010 0 1101 100100000 1100000 101100

Color Harmonies of #B304DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304DE

Black with #B304DE

Text Example


Text Example

White with #B304DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304DE; }

 p { color: rgb(179,4,222); }

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

background-color css

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

 a { background-color: rgb(179,4,222); }

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

border-color css

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

 span { border-color: rgb(179,4,222); }

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