#b210ef

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

Shades of Electric Purple #B210EF

Tints of Electric Purple #B210EF

Color information

#B210EF (or 0xB210EF) is unknown color: approx Electric Purple. HEX triplet: B2, 10 and EF. RGB value is (178,16,239). Sum of RGB (Red+Green+Blue) = 178+16+239=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #B210EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B210EF is #4DEF10. Grayscale: #595959. Windows color (decimal): -5107473 or 15667378. OLE color: 15667378.

HSL color Cylindrical-coordinate representation of color #B210EF: hue angle of 283.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B210EF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17816239-
CMYK0.260.9300.06
HSL283.59º87.45%50%-
HSV(B)283.59º93.31%93.73%-
XYZ34.1316.0782.96-
YUV89.86212.17190.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 16 (6.64% from 255) = 3.70%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=41.11%
G=3.70%
B=55.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal178162390.260.9300.06283.5987.4550
HexB210EF1A5D0611c5732
Octal26220357321350643412762
Binary10110010100001110111111010101110101101000111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b210ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b210ef; }

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

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

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

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

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

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

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

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