#BC0DFB

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

Shades of Electric Purple #BC0DFB

Tints of Electric Purple #BC0DFB

Color information

#BC0DFB (or 0xBC0DFB) is unknown color: approx Electric Purple. HEX triplet: BC, 0D and FB. RGB value is (188,13,251). Sum of RGB (Red+Green+Blue) = 188+13+251=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC0DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0DFB is #43F204. Grayscale: #5B5B5B. Windows color (decimal): -4452869 or 16453052. OLE color: 16453052.

HSL color Cylindrical-coordinate representation of color #BC0DFB: hue angle of 284.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0DFB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18813251-
CMYK0.250.9500.02
HSL284.12º96.75%51.76%-
HSV(B)284.12º94.82%98.43%-
XYZ38.317.9492.71-
YUV92.46217.48196.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 13 (5.47% from 255) = 2.88%
BLUE value IS 251 (98.44% from 255) = 55.53%
R=41.59%
G=2.88%
B=55.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188132510.250.9500.02284.1296.7551.76
HexBCDFB195F0211c6134
Octal27415373311370243414164
Binary101111001101111110111100110111110101000111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0DFB; }

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

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

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

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

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

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

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

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