#B32CF8

Color #B32CF8 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B32CF8

Tints of Electric Purple #B32CF8

Color information

#B32CF8 (or 0xB32CF8) is unknown color: approx Electric Purple. HEX triplet: B3, 2C and F8. RGB value is (179,44,248). Sum of RGB (Red+Green+Blue) = 179+44+248=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #B32CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CF8 is #4CD307. Grayscale: #6A6A6A. Windows color (decimal): -5034760 or 16264371. OLE color: 16264371.

HSL color Cylindrical-coordinate representation of color #B32CF8: hue angle of 279.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32CF8 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17944248-
CMYK0.280.8200.03
HSL279.71º93.58%57.25%-
HSV(B)279.71º82.26%97.25%-
XYZ36.4318.1690.39-
YUV107.62207.23178.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 44 (17.58% from 255) = 9.34%
BLUE value IS 248 (97.27% from 255) = 52.65%
R=38.00%
G=9.34%
B=52.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal179442480.280.8200.03279.7193.5857.25
HexB32CF81C52031185e39
Octal26354370341220343013671
Binary10110011101100111110001110010100100111000110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32CF8; }

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

 H1.HeaderClassName
 {
   color: #B32CF8;
 }
 .AnyTagClassName
 {
   color: #B32CF8;
 }
</style>
background-color css

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

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

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

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

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

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