Html Css Color HEX #B325FF Electric Purple

📋 copy color: '#B325FF'

red 179 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #B325FF

Tints of Electric Purple #B325FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.86%

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

R = 38%
G = 7.86%
B = 54.14%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B325FF (or 0xB325FF) is known color: Electric Purple. HEX triplet: B3, 25 and FF. RGB value is (179,37,255). Sum of RGB (Red+Green+Blue) = 179+37+255=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #B325FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B325FF is #4CDA00. Grayscale: #676767. Windows color (decimal): -5036545 or 16721331. OLE color: 16721331.

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

Color convert

RGB 179 37 255 -
CMYK 0.30 0.85 0 0
HSL 279.08º 1% 0.57% -
HSV(B) 279.08º 0.85% 1% -
XYZ 37.3 18.13 96.14 -
YUV 104.31 213.04 181.27 -
System Red Green Blue C M Y K H S L
Decimal 179 37 255 0.30 0.85 0 0 279.08 1 0.57
Hex B3 25 FF 1E 55 0 0 117 64 39
Octal 263 45 377 36 125 0 0 427 144 71
Binary 10110011 100101 11111111 11110 1010101 0 0 100010111 1100100 111001

Color Harmonies of #B325FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325FF

Black with #B325FF

Text Example


Text Example

White with #B325FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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