#C50BED

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

Shades of Electric Purple #C50BED

Tints of Electric Purple #C50BED

Color information

#C50BED (or 0xC50BED) is unknown color: approx Electric Purple. HEX triplet: C5, 0B and ED. RGB value is (197,11,237). Sum of RGB (Red+Green+Blue) = 197+11+237=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #C50BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50BED is #3AF412. Grayscale: #5B5B5B. Windows color (decimal): -3863571 or 15535045. OLE color: 15535045.

HSL color Cylindrical-coordinate representation of color #C50BED: hue angle of 289.38º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BED is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19711237-
CMYK0.170.9500.07
HSL289.38º91.13%48.63%-
HSV(B)289.38º95.36%92.94%-
XYZ38.4318.2281.61-
YUV92.38209.62202.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 11 (4.69% from 255) = 2.47%
BLUE value IS 237 (92.97% from 255) = 53.26%
R=44.27%
G=2.47%
B=53.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197112370.170.9500.07289.3891.1348.63
HexC5BED115F071215b31
Octal30513355211370744113361
Binary1100010110111110110110001101111101111001000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50BED; }

 p { color: rgb(197,11,237); }

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

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

 a { background-color: rgb(197,11,237); }

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

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

 span { border-color: rgb(197,11,237); }

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