Html Css Color HEX #B304ED Electric Purple

📋 copy color: '#B304ED'

red 179 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #B304ED

Tints of Electric Purple #B304ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 42.62%
G = 0.95%
B = 56.43%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B304ED (or 0xB304ED) is known color: Electric Purple. HEX triplet: B3, 04 and ED. RGB value is (179,4,237). Sum of RGB (Red+Green+Blue) = 179+4+237=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #B304ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B304ED is #4CFB12. Grayscale: #525252. Windows color (decimal): -5045011 or 15533235. OLE color: 15533235.

HSL color Cylindrical-coordinate representation of color #B304ED: hue angle of 285.06º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304ED is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 4 237 -
CMYK 0.24 0.98 0 0.07
HSL 285.06º 0.97% 0.47% -
HSV(B) 285.06º 0.98% 0.93% -
XYZ 33.92 15.78 81.38 -
YUV 82.89 214.98 196.55 -
System Red Green Blue C M Y K H S L
Decimal 179 4 237 0.24 0.98 0 0.07 285.06 0.97 0.47
Hex B3 4 ED 18 62 0 7 11D 61 2F
Octal 263 4 355 30 142 0 7 435 141 57
Binary 10110011 100 11101101 11000 1100010 0 111 100011101 1100001 101111

Color Harmonies of #B304ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304ED

Black with #B304ED

Text Example


Text Example

White with #B304ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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