Html Css Color HEX #B304FF Electric Purple

📋 copy color: '#B304FF'

red 179 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #B304FF

Tints of Electric Purple #B304FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.22%

R = 40.87%
G = 0.91%
B = 58.22%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B304FF (or 0xB304FF) is known color: Electric Purple. HEX triplet: B3, 04 and FF. RGB value is (179,4,255). Sum of RGB (Red+Green+Blue) = 179+4+255=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #B304FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B304FF is #4CFB00. Grayscale: #545454. Windows color (decimal): -5044993 or 16712883. OLE color: 16712883.

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

Color convert

RGB 179 4 255 -
CMYK 0.30 0.98 0 0
HSL 281.83º 1% 0.51% -
HSV(B) 281.83º 0.98% 1% -
XYZ 36.68 16.89 95.93 -
YUV 84.94 223.98 195.09 -
System Red Green Blue C M Y K H S L
Decimal 179 4 255 0.30 0.98 0 0 281.83 1 0.51
Hex B3 4 FF 1E 62 0 0 11A 64 33
Octal 263 4 377 36 142 0 0 432 144 63
Binary 10110011 100 11111111 11110 1100010 0 0 100011010 1100100 110011

Color Harmonies of #B304FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304FF

Black with #B304FF

Text Example


Text Example

White with #B304FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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