#B608E3

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

Shades of Electric Purple #B608E3

Tints of Electric Purple #B608E3

Color information

#B608E3 (or 0xB608E3) is unknown color: approx Electric Purple. HEX triplet: B6, 08 and E3. RGB value is (182,8,227). Sum of RGB (Red+Green+Blue) = 182+8+227=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 227 (89.06% from 255 or 54.44% from 417); Max value from RGB is 227 - color contains mainly: blue. Hex color #B608E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608E3 is #49F71C. Grayscale: #545454. Windows color (decimal): -4847389 or 14878902. OLE color: 14878902.

HSL color Cylindrical-coordinate representation of color #B608E3: hue angle of 287.67º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B608E3 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1828227-
CMYK0.200.9600.11
HSL287.67º93.19%46.08%-
HSV(B)287.67º96.48%89.02%-
XYZ33.2415.6673.94-
YUV84.99208.15197.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 8 (3.52% from 255) = 1.92%
BLUE value IS 227 (89.06% from 255) = 54.44%
R=43.65%
G=1.92%
B=54.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18282270.200.9600.11287.6793.1946.08
HexB68E314600B1205d2e
Octal266103432414001344013556
Binary10110110100011100011101001100000010111001000001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B608E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B608E3; }

 p { color: rgb(182,8,227); }

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

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

 a { background-color: rgb(182,8,227); }

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

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

 span { border-color: rgb(182,8,227); }

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