#B91CF6

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

Shades of Electric Purple #B91CF6

Tints of Electric Purple #B91CF6

Color information

#B91CF6 (or 0xB91CF6) is unknown color: approx Electric Purple. HEX triplet: B9, 1C and F6. RGB value is (185,28,246). Sum of RGB (Red+Green+Blue) = 185+28+246=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #B91CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CF6 is #46E309. Grayscale: #636363. Windows color (decimal): -4645642 or 16129209. OLE color: 16129209.

HSL color Cylindrical-coordinate representation of color #B91CF6: hue angle of 283.21º 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 #B91CF6 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18528246-
CMYK0.250.8900.04
HSL283.21º92.37%53.73%-
HSV(B)283.21º88.62%96.47%-
XYZ37.0617.888.67-
YUV99.8210.51188.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 28 (11.33% from 255) = 6.10%
BLUE value IS 246 (96.48% from 255) = 53.59%
R=40.31%
G=6.10%
B=53.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185282460.250.8900.04283.2192.3753.73
HexB91CF619590411b5c36
Octal27134366311310443313466
Binary10111001111001111011011001101100101001000110111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91CF6; }

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

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

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

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

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

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

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

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