#B51CF5

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

Shades of Electric Purple #B51CF5

Tints of Electric Purple #B51CF5

Color information

#B51CF5 (or 0xB51CF5) is unknown color: approx Electric Purple. HEX triplet: B5, 1C and F5. RGB value is (181,28,245). Sum of RGB (Red+Green+Blue) = 181+28+245=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 245 (96.09% from 255 or 53.96% from 454); Max value from RGB is 245 - color contains mainly: blue. Hex color #B51CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51CF5 is #4AE30A. Grayscale: #616161. Windows color (decimal): -4907787 or 16063669. OLE color: 16063669.

HSL color Cylindrical-coordinate representation of color #B51CF5: hue angle of 282.3º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51CF5 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18128245-
CMYK0.260.8900.04
HSL282.3º91.56%53.53%-
HSV(B)282.3º88.57%96.08%-
XYZ35.9517.2587.82-
YUV98.49210.69186.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 28 (11.33% from 255) = 6.17%
BLUE value IS 245 (96.09% from 255) = 53.96%
R=39.87%
G=6.17%
B=53.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181282450.260.8900.04282.391.5653.53
HexB51CF51A590411a5c36
Octal26534365321310443213466
Binary10110101111001111010111010101100101001000110101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51CF5; }

 p { color: rgb(181,28,245); }

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

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

 a { background-color: rgb(181,28,245); }

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

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

 span { border-color: rgb(181,28,245); }

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