Html Css Color HEX #B324F9 Electric Purple

📋 copy color: '#B324F9'

red 179 ◦ green 36 ◦ blue 249

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

Shades of Electric Purple #B324F9

Tints of Electric Purple #B324F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.66%

R = 38.58%
G = 7.76%
B = 53.66%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B324F9 (or 0xB324F9) is known color: Electric Purple. HEX triplet: B3, 24 and F9. RGB value is (179,36,249). Sum of RGB (Red+Green+Blue) = 179+36+249=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #B324F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324F9 is #4CDB06. Grayscale: #666666. Windows color (decimal): -5036807 or 16327859. OLE color: 16327859.

HSL color Cylindrical-coordinate representation of color #B324F9: hue angle of 280.28º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B324F9 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 36 249 -
CMYK 0.28 0.86 0 0.02
HSL 280.28º 0.95% 0.56% -
HSV(B) 280.28º 0.86% 0.98% -
XYZ 36.32 17.69 91.12 -
YUV 103.04 210.38 182.18 -
System Red Green Blue C M Y K H S L
Decimal 179 36 249 0.28 0.86 0 0.02 280.28 0.95 0.56
Hex B3 24 F9 1C 56 0 2 118 5F 38
Octal 263 44 371 34 126 0 2 430 137 70
Binary 10110011 100100 11111001 11100 1010110 0 10 100011000 1011111 111000

Color Harmonies of #B324F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324F9

Black with #B324F9

Text Example


Text Example

White with #B324F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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