Html Css Color HEX #B304FE Electric Purple

📋 copy color: '#B304FE'

red 179 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #B304FE

Tints of Electric Purple #B304FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.12%

R = 40.96%
G = 0.92%
B = 58.12%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B304FE (or 0xB304FE) is known color: Electric Purple. HEX triplet: B3, 04 and FE. RGB value is (179,4,254). Sum of RGB (Red+Green+Blue) = 179+4+254=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #B304FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B304FE is #4CFB01. Grayscale: #545454. Windows color (decimal): -5044994 or 16647347. OLE color: 16647347.

HSL color Cylindrical-coordinate representation of color #B304FE: hue angle of 282º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304FE is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 179 4 254 -
CMYK 0.30 0.98 0 0.00
HSL 282º 0.99% 0.51% -
HSV(B) 282º 0.98% 1% -
XYZ 36.52 16.83 95.09 -
YUV 84.83 223.48 195.17 -
System Red Green Blue C M Y K H S L
Decimal 179 4 254 0.30 0.98 0 0.00 282 0.99 0.51
Hex B3 4 FE 1E 62 0 0 11A 63 33
Octal 263 4 376 36 142 0 0 432 143 63
Binary 10110011 100 11111110 11110 1100010 0 0 100011010 1100011 110011

Color Harmonies of #B304FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304FE

Black with #B304FE

Text Example


Text Example

White with #B304FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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