Html Css Color HEX #B32CFD Electric Purple

📋 copy color: '#B32CFD'

red 179 ◦ green 44 ◦ blue 253

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

Shades of Electric Purple #B32CFD

Tints of Electric Purple #B32CFD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.24%

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

R = 37.61%
G = 9.24%
B = 53.15%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B32CFD (or 0xB32CFD) is known color: Electric Purple. HEX triplet: B3, 2C and FD. RGB value is (179,44,253). Sum of RGB (Red+Green+Blue) = 179+44+253=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #B32CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CFD is #4CD302. Grayscale: #6B6B6B. Windows color (decimal): -5034755 or 16592051. OLE color: 16592051.

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

Color convert

RGB 179 44 253 -
CMYK 0.29 0.83 0 0.01
HSL 278.76º 0.98% 0.58% -
HSV(B) 278.76º 0.83% 0.99% -
XYZ 37.22 18.48 94.53 -
YUV 108.19 209.73 178.51 -
System Red Green Blue C M Y K H S L
Decimal 179 44 253 0.29 0.83 0 0.01 278.76 0.98 0.58
Hex B3 2C FD 1D 53 0 1 117 62 3A
Octal 263 54 375 35 123 0 1 427 142 72
Binary 10110011 101100 11111101 11101 1010011 0 1 100010111 1100010 111010

Color Harmonies of #B32CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CFD

Black with #B32CFD

Text Example


Text Example

White with #B32CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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