Html Css Color HEX #B324FE Electric Purple

📋 copy color: '#B324FE'

red 179 ◦ green 36 ◦ blue 254

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

Shades of Electric Purple #B324FE

Tints of Electric Purple #B324FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.68%

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

R = 38.17%
G = 7.68%
B = 54.16%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B324FE (or 0xB324FE) is known color: Electric Purple. HEX triplet: B3, 24 and FE. RGB value is (179,36,254). Sum of RGB (Red+Green+Blue) = 179+36+254=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #B324FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324FE is #4CDB01. Grayscale: #666666. Windows color (decimal): -5036802 or 16655539. OLE color: 16655539.

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

Color convert

RGB 179 36 254 -
CMYK 0.30 0.86 0 0.00
HSL 279.36º 0.99% 0.57% -
HSV(B) 279.36º 0.86% 1% -
XYZ 37.11 18 95.28 -
YUV 103.61 212.88 181.77 -
System Red Green Blue C M Y K H S L
Decimal 179 36 254 0.30 0.86 0 0.00 279.36 0.99 0.57
Hex B3 24 FE 1E 56 0 0 117 63 39
Octal 263 44 376 36 126 0 0 427 143 71
Binary 10110011 100100 11111110 11110 1010110 0 0 100010111 1100011 111001

Color Harmonies of #B324FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324FE

Black with #B324FE

Text Example


Text Example

White with #B324FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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