#B52CFF

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

Shades of Electric Purple #B52CFF

Tints of Electric Purple #B52CFF

Color information

#B52CFF (or 0xB52CFF) is unknown color: approx Electric Purple. HEX triplet: B5, 2C and FF. RGB value is (181,44,255). Sum of RGB (Red+Green+Blue) = 181+44+255=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #B52CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CFF is #4AD300. Grayscale: #6C6C6C. Windows color (decimal): -4903681 or 16723125. OLE color: 16723125.

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

Color convert

RGB18144255-
CMYK0.290.8300
HSL278.96º100%58.63%-
HSV(B)278.96º82.75%100%-
XYZ38.0118.8596.24-
YUV109.02210.39179.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 44 (17.58% from 255) = 9.17%
BLUE value IS 255 (100% from 255) = 53.12%
R=37.71%
G=9.17%
B=53.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181442550.290.8300278.9610058.63
HexB52CFF1D5300117643b
Octal26554377351230042714473
Binary1011010110110011111111111011010011001000101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52CFF; }

 p { color: rgb(181,44,255); }

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

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

 a { background-color: rgb(181,44,255); }

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

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

 span { border-color: rgb(181,44,255); }

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