#B203FB

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

Shades of Electric Purple #B203FB

Tints of Electric Purple #B203FB

Color information

#B203FB (or 0xB203FB) is unknown color: approx Electric Purple. HEX triplet: B2, 03 and FB. RGB value is (178,3,251). Sum of RGB (Red+Green+Blue) = 178+3+251=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #B203FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B203FB is #4DFC04. Grayscale: #525252. Windows color (decimal): -5110789 or 16450482. OLE color: 16450482.

HSL color Cylindrical-coordinate representation of color #B203FB: hue angle of 282.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B203FB is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1783251-
CMYK0.290.9900.02
HSL282.34º97.64%49.8%-
HSV(B)282.34º98.8%98.43%-
XYZ35.8116.592.56-
YUV83.6222.48195.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 251 (98.44% from 255) = 58.10%
R=41.20%
G=0.69%
B=58.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17832510.290.9900.02282.3497.6449.8
HexB23FB1D630211a6232
Octal2623373351430243214262
Binary1011001011111110111110111000110101000110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B203FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B203FB; }

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

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

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

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

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

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

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

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