Html Css Color HEX #B304EC Electric Purple

📋 copy color: '#B304EC'

red 179 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #B304EC

Tints of Electric Purple #B304EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 42.72%
G = 0.95%
B = 56.32%

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

#B304EC (or 0xB304EC) is known color: Electric Purple. HEX triplet: B3, 04 and EC. RGB value is (179,4,236). Sum of RGB (Red+Green+Blue) = 179+4+236=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #B304EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B304EC is #4CFB13. Grayscale: #525252. Windows color (decimal): -5045012 or 15467699. OLE color: 15467699.

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

Color convert

RGB 179 4 236 -
CMYK 0.24 0.98 0 0.07
HSL 285.26º 0.97% 0.47% -
HSV(B) 285.26º 0.98% 0.93% -
XYZ 33.77 15.73 80.61 -
YUV 82.77 214.48 196.64 -
System Red Green Blue C M Y K H S L
Decimal 179 4 236 0.24 0.98 0 0.07 285.26 0.97 0.47
Hex B3 4 EC 18 62 0 7 11D 61 2F
Octal 263 4 354 30 142 0 7 435 141 57
Binary 10110011 100 11101100 11000 1100010 0 111 100011101 1100001 101111

Color Harmonies of #B304EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304EC

Black with #B304EC

Text Example


Text Example

White with #B304EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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