#B601EE

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

Shades of Electric Purple #B601EE

Tints of Electric Purple #B601EE

Color information

#B601EE (or 0xB601EE) is unknown color: approx Electric Purple. HEX triplet: B6, 01 and EE. RGB value is (182,1,238). Sum of RGB (Red+Green+Blue) = 182+1+238=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #B601EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B601EE is #49FE11. Grayscale: #515151. Windows color (decimal): -4849170 or 15598006. OLE color: 15598006.

HSL color Cylindrical-coordinate representation of color #B601EE: hue angle of 285.82º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601EE is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1821238-
CMYK0.241.0000.07
HSL285.82º99.16%46.86%-
HSV(B)285.82º99.58%93.33%-
XYZ34.7316.1482.17-
YUV82.14215.97199.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 238 (93.36% from 255) = 56.53%
R=43.23%
G=0.24%
B=56.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18212380.241.0000.07285.8299.1646.86
HexB61EE18640711e632f
Octal2661356301440743614357
Binary1011011011110111011000110010001111000111101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B601EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B601EE; }

 p { color: rgb(182,1,238); }

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

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

 a { background-color: rgb(182,1,238); }

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

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

 span { border-color: rgb(182,1,238); }

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