#BC0E9A

Color #BC0E9A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BC0E9A

Tints of Medium Violet Red #BC0E9A

Color information

#BC0E9A (or 0xBC0E9A) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0E and 9A. RGB value is (188,14,154). Sum of RGB (Red+Green+Blue) = 188+14+154=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0E9A is #43F165. Grayscale: #515151. Windows color (decimal): -4452710 or 10096316. OLE color: 10096316.

HSL color Cylindrical-coordinate representation of color #BC0E9A: hue angle of 311.72º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E9A is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB18814154-
CMYK00.930.180.26
HSL311.72º86.14%39.61%-
HSV(B)311.72º92.55%73.73%-
XYZ26.7313.3431.74-
YUV81.99168.65203.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 14 (5.86% from 255) = 3.93%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=52.81%
G=3.93%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881415400.930.180.26311.7286.1439.61
HexBCE9A05D121A1385628
Octal274162320135223247012650
Binary101111001110100110100101110110010110101001110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E9A; }

 p { color: rgb(188,14,154); }

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

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

 a { background-color: rgb(188,14,154); }

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

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

 span { border-color: rgb(188,14,154); }

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