#B925EC

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

Shades of Electric Purple #B925EC

Tints of Electric Purple #B925EC

Color information

#B925EC (or 0xB925EC) is unknown color: approx Electric Purple. HEX triplet: B9, 25 and EC. RGB value is (185,37,236). Sum of RGB (Red+Green+Blue) = 185+37+236=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #B925EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B925EC is #46DA13. Grayscale: #676767. Windows color (decimal): -4643348 or 15476153. OLE color: 15476153.

HSL color Cylindrical-coordinate representation of color #B925EC: hue angle of 284.62º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B925EC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18537236-
CMYK0.220.8400.07
HSL284.62º83.97%53.53%-
HSV(B)284.62º84.32%92.55%-
XYZ35.8117.6980.88-
YUV103.94202.53185.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 37 (14.84% from 255) = 8.08%
BLUE value IS 236 (92.58% from 255) = 51.53%
R=40.39%
G=8.08%
B=51.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185372360.220.8400.07284.6283.9753.53
HexB925EC16540711d5436
Octal27145354261240743512466
Binary101110011001011110110010110101010001111000111011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B925EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B925EC; }

 p { color: rgb(185,37,236); }

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

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

 a { background-color: rgb(185,37,236); }

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

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

 span { border-color: rgb(185,37,236); }

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