#b208e5

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

Shades of Electric Purple #B208E5

Tints of Electric Purple #B208E5

Color information

#B208E5 (or 0xB208E5) is unknown color: approx Electric Purple. HEX triplet: B2, 08 and E5. RGB value is (178,8,229). Sum of RGB (Red+Green+Blue) = 178+8+229=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #B208E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B208E5 is #4DF71A. Grayscale: #535353. Windows color (decimal): -5109531 or 15009970. OLE color: 15009970.

HSL color Cylindrical-coordinate representation of color #B208E5: hue angle of 286.15º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B208E5 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1788229-
CMYK0.220.9700.10
HSL286.15º93.25%46.47%-
HSV(B)286.15º96.51%89.8%-
XYZ32.5915.375.36-
YUV84.02209.82195.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 8 (3.52% from 255) = 1.93%
BLUE value IS 229 (89.84% from 255) = 55.18%
R=42.89%
G=1.93%
B=55.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal17882290.220.9700.10286.1593.2546.47
HexB28E516610A11e5d2e
Octal262103452614101243613556
Binary10110010100011100101101101100001010101000111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b208e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b208e5; }

 p { color: rgb(178,8,229); }

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

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

 a { background-color: rgb(178,8,229); }

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

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

 span { border-color: rgb(178,8,229); }

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