#B01CED

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

Shades of Electric Purple #B01CED

Tints of Electric Purple #B01CED

Color information

#B01CED (or 0xB01CED) is unknown color: approx Electric Purple. HEX triplet: B0, 1C and ED. RGB value is (176,28,237). Sum of RGB (Red+Green+Blue) = 176+28+237=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #B01CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01CED is #4FE312. Grayscale: #5F5F5F. Windows color (decimal): -5235475 or 15539376. OLE color: 15539376.

HSL color Cylindrical-coordinate representation of color #B01CED: hue angle of 282.49º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01CED is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17628237-
CMYK0.260.8800.07
HSL282.49º85.31%51.96%-
HSV(B)282.49º88.19%92.94%-
XYZ33.6116.1881.47-
YUV96.08207.53185.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 28 (11.33% from 255) = 6.35%
BLUE value IS 237 (92.97% from 255) = 53.74%
R=39.91%
G=6.35%
B=53.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176282370.260.8800.07282.4985.3151.96
HexB01CED1A580711a5534
Octal26034355321300743212564
Binary10110000111001110110111010101100001111000110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01CED; }

 p { color: rgb(176,28,237); }

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

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

 a { background-color: rgb(176,28,237); }

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

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

 span { border-color: rgb(176,28,237); }

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