#B203E8

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

Shades of Electric Purple #B203E8

Tints of Electric Purple #B203E8

Color information

#B203E8 (or 0xB203E8) is unknown color: approx Electric Purple. HEX triplet: B2, 03 and E8. RGB value is (178,3,232). Sum of RGB (Red+Green+Blue) = 178+3+232=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #B203E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B203E8 is #4DFC17. Grayscale: #505050. Windows color (decimal): -5110808 or 15205298. OLE color: 15205298.

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

Color convert

RGB1783232-
CMYK0.230.9900.09
HSL285.85º97.45%46.08%-
HSV(B)285.85º98.71%90.98%-
XYZ32.9615.3677.57-
YUV81.43212.98196.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 3 (1.56% from 255) = 0.73%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=43.10%
G=0.73%
B=56.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17832320.230.9900.09285.8597.4546.08
HexB23E817630911e612e
Octal26233502714301143614156
Binary101100101111101000101111100011010011000111101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B203E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B203E8; }

 p { color: rgb(178,3,232); }

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

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

 a { background-color: rgb(178,3,232); }

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

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

 span { border-color: rgb(178,3,232); }

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