#B210E3

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

Shades of Electric Purple #B210E3

Tints of Electric Purple #B210E3

Color information

#B210E3 (or 0xB210E3) is unknown color: approx Electric Purple. HEX triplet: B2, 10 and E3. RGB value is (178,16,227). Sum of RGB (Red+Green+Blue) = 178+16+227=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 227 (89.06% from 255 or 53.92% from 421); Max value from RGB is 227 - color contains mainly: blue. Hex color #B210E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210E3 is #4DEF1C. Grayscale: #575757. Windows color (decimal): -5107485 or 14880946. OLE color: 14880946.

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

Color convert

RGB17816227-
CMYK0.220.9300.11
HSL286.07º86.83%47.65%-
HSV(B)286.07º92.95%89.02%-
XYZ32.4115.3873.93-
YUV88.49206.17191.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 16 (6.64% from 255) = 3.80%
BLUE value IS 227 (89.06% from 255) = 53.92%
R=42.28%
G=3.80%
B=53.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178162270.220.9300.11286.0786.8347.65
HexB210E3165D0B11e5730
Octal262203432613501343612760
Binary101100101000011100011101101011101010111000111101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B210E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B210E3; }

 p { color: rgb(178,16,227); }

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

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

 a { background-color: rgb(178,16,227); }

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

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

 span { border-color: rgb(178,16,227); }

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