#BC0285

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

Shades of Medium Violet Red #BC0285

Tints of Medium Violet Red #BC0285

Color information

#BC0285 (or 0xBC0285) is unknown color: approx Medium Violet Red. HEX triplet: BC, 02 and 85. RGB value is (188,2,133). Sum of RGB (Red+Green+Blue) = 188+2+133=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0285 is #43FD7A. Grayscale: #484848. Windows color (decimal): -4455803 or 8716988. OLE color: 8716988.

HSL color Cylindrical-coordinate representation of color #BC0285: hue angle of 317.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0285 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB1882133-
CMYK00.990.290.26
HSL317.74º97.89%37.25%-
HSV(B)317.74º98.94%73.73%-
XYZ24.9912.4323.27-
YUV72.55162.12210.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.20%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=58.20%
G=0.62%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188213300.990.290.26317.7497.8937.25
HexBC2850631D1A13e6225
Octal27422050143353247614245
Binary1011110010100001010110001111101110101001111101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0285; }

 p { color: rgb(188,2,133); }

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

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

 a { background-color: rgb(188,2,133); }

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

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

 span { border-color: rgb(188,2,133); }

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