#B906E9

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

Shades of Electric Purple #B906E9

Tints of Electric Purple #B906E9

Color information

#B906E9 (or 0xB906E9) is unknown color: approx Electric Purple. HEX triplet: B9, 06 and E9. RGB value is (185,6,233). Sum of RGB (Red+Green+Blue) = 185+6+233=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #B906E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B906E9 is #46F916. Grayscale: #545454. Windows color (decimal): -4651287 or 15271609. OLE color: 15271609.

HSL color Cylindrical-coordinate representation of color #B906E9: hue angle of 287.31º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906E9 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1856233-
CMYK0.210.9700.09
HSL287.31º94.98%46.86%-
HSV(B)287.31º97.42%91.37%-
XYZ34.7816.3378.41-
YUV85.4211.3199.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 6 (2.73% from 255) = 1.42%
BLUE value IS 233 (91.41% from 255) = 54.95%
R=43.63%
G=1.42%
B=54.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18562330.210.9700.09287.3194.9846.86
HexB96E915610911f5f2f
Octal27163512514101143713757
Binary1011100111011101001101011100001010011000111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B906E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B906E9; }

 p { color: rgb(185,6,233); }

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

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

 a { background-color: rgb(185,6,233); }

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

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

 span { border-color: rgb(185,6,233); }

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