#B91CEC

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

Shades of Electric Purple #B91CEC

Tints of Electric Purple #B91CEC

Color information

#B91CEC (or 0xB91CEC) is unknown color: approx Electric Purple. HEX triplet: B9, 1C and EC. RGB value is (185,28,236). Sum of RGB (Red+Green+Blue) = 185+28+236=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #B91CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CEC is #46E313. Grayscale: #616161. Windows color (decimal): -4645652 or 15473849. OLE color: 15473849.

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

Color convert

RGB18528236-
CMYK0.220.8800.07
HSL285.29º84.55%51.76%-
HSV(B)285.29º88.14%92.55%-
XYZ35.5617.280.8-
YUV98.66205.51189.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 28 (11.33% from 255) = 6.24%
BLUE value IS 236 (92.58% from 255) = 52.56%
R=41.20%
G=6.24%
B=52.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185282360.220.8800.07285.2984.5551.76
HexB91CEC16580711d5534
Octal27134354261300743512564
Binary10111001111001110110010110101100001111000111011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91CEC; }

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

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

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

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

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

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

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

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