#BC0DEB

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

Shades of Electric Purple #BC0DEB

Tints of Electric Purple #BC0DEB

Color information

#BC0DEB (or 0xBC0DEB) is unknown color: approx Electric Purple. HEX triplet: BC, 0D and EB. RGB value is (188,13,235). Sum of RGB (Red+Green+Blue) = 188+13+235=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC0DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0DEB is #43F214. Grayscale: #595959. Windows color (decimal): -4452885 or 15404476. OLE color: 15404476.

HSL color Cylindrical-coordinate representation of color #BC0DEB: hue angle of 287.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DEB is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18813235-
CMYK0.20.9400.08
HSL287.3º89.52%48.63%-
HSV(B)287.3º94.47%92.16%-
XYZ35.8816.9879.98-
YUV90.63209.48197.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 13 (5.47% from 255) = 2.98%
BLUE value IS 235 (92.19% from 255) = 53.90%
R=43.12%
G=2.98%
B=53.90%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188132350.20.9400.08287.389.5248.63
HexBCDEB145E0811f5a31
Octal274153532413601043713261
Binary10111100110111101011101001011110010001000111111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0DEB; }

 p { color: rgb(188,13,235); }

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

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

 a { background-color: rgb(188,13,235); }

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

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

 span { border-color: rgb(188,13,235); }

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