Html Css Color HEX #B32DFD Electric Purple

📋 copy color: '#B32DFD'

red 179 ◦ green 45 ◦ blue 253

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

Shades of Electric Purple #B32DFD

Tints of Electric Purple #B32DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.43%

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

R = 37.53%
G = 9.43%
B = 53.04%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B32DFD (or 0xB32DFD) is known color: Electric Purple. HEX triplet: B3, 2D and FD. RGB value is (179,45,253). Sum of RGB (Red+Green+Blue) = 179+45+253=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #B32DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32DFD is #4CD202. Grayscale: #6C6C6C. Windows color (decimal): -5034499 or 16592307. OLE color: 16592307.

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

Color convert

RGB 179 45 253 -
CMYK 0.29 0.82 0 0.01
HSL 278.65º 0.98% 0.58% -
HSV(B) 278.65º 0.82% 0.99% -
XYZ 37.26 18.55 94.55 -
YUV 108.78 209.39 178.09 -
System Red Green Blue C M Y K H S L
Decimal 179 45 253 0.29 0.82 0 0.01 278.65 0.98 0.58
Hex B3 2D FD 1D 52 0 1 117 62 3A
Octal 263 55 375 35 122 0 1 427 142 72
Binary 10110011 101101 11111101 11101 1010010 0 1 100010111 1100010 111010

Color Harmonies of #B32DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DFD

Black with #B32DFD

Text Example


Text Example

White with #B32DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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