Html Css Color HEX #B32FFD Electric Purple

📋 copy color: '#B32FFD'

red 179 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #B32FFD

Tints of Electric Purple #B32FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.81%

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 37.37%
G = 9.81%
B = 52.82%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B32FFD (or 0xB32FFD) is known color: Electric Purple. HEX triplet: B3, 2F and FD. RGB value is (179,47,253). Sum of RGB (Red+Green+Blue) = 179+47+253=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #B32FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FFD is #4CD002. Grayscale: #6D6D6D. Windows color (decimal): -5033987 or 16592819. OLE color: 16592819.

HSL color Cylindrical-coordinate representation of color #B32FFD: hue angle of 278.45º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32FFD is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 47 253 -
CMYK 0.29 0.81 0 0.01
HSL 278.45º 0.98% 0.59% -
HSV(B) 278.45º 0.81% 0.99% -
XYZ 37.34 18.71 94.57 -
YUV 109.95 208.73 177.25 -
System Red Green Blue C M Y K H S L
Decimal 179 47 253 0.29 0.81 0 0.01 278.45 0.98 0.59
Hex B3 2F FD 1D 51 0 1 116 62 3B
Octal 263 57 375 35 121 0 1 426 142 73
Binary 10110011 101111 11111101 11101 1010001 0 1 100010110 1100010 111011

Color Harmonies of #B32FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FFD

Black with #B32FFD

Text Example


Text Example

White with #B32FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FFD; }

 p { color: rgb(179,47,253); }

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

background-color css

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

 a { background-color: rgb(179,47,253); }

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

border-color css

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

 span { border-color: rgb(179,47,253); }

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