#B91DEB

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

Shades of Electric Purple #B91DEB

Tints of Electric Purple #B91DEB

Color information

#B91DEB (or 0xB91DEB) is unknown color: approx Electric Purple. HEX triplet: B9, 1D and EB. RGB value is (185,29,235). Sum of RGB (Red+Green+Blue) = 185+29+235=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #B91DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91DEB is #46E214. Grayscale: #626262. Windows color (decimal): -4645397 or 15408569. OLE color: 15408569.

HSL color Cylindrical-coordinate representation of color #B91DEB: hue angle of 285.44º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91DEB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18529235-
CMYK0.210.8800.08
HSL285.44º83.74%51.76%-
HSV(B)285.44º87.66%92.16%-
XYZ35.4417.1980.05-
YUV99.13204.68189.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 29 (11.72% from 255) = 6.46%
BLUE value IS 235 (92.19% from 255) = 52.34%
R=41.20%
G=6.46%
B=52.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185292350.210.8800.08285.4483.7451.76
HexB91DEB15580811d5434
Octal271353532513001043512464
Binary101110011110111101011101011011000010001000111011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91DEB; }

 p { color: rgb(185,29,235); }

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

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

 a { background-color: rgb(185,29,235); }

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

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

 span { border-color: rgb(185,29,235); }

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