#BC0975

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

Shades of Medium Violet Red #BC0975

Tints of Medium Violet Red #BC0975

Color information

#BC0975 (or 0xBC0975) is unknown color: approx Medium Violet Red. HEX triplet: BC, 09 and 75. RGB value is (188,9,117). Sum of RGB (Red+Green+Blue) = 188+9+117=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0975 is #43F68A. Grayscale: #4A4A4A. Windows color (decimal): -4454027 or 7670204. OLE color: 7670204.

HSL color Cylindrical-coordinate representation of color #BC0975: hue angle of 323.8º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0975 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB1889117-
CMYK00.950.380.26
HSL323.8º90.86%38.63%-
HSV(B)323.8º95.21%73.73%-
XYZ24.0512.1717.91-
YUV74.83151.8208.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 9 (3.91% from 255) = 2.87%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=59.87%
G=2.87%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188911700.950.380.26323.890.8638.63
HexBC97505F261A1445b27
Octal274111650137463250413347
Binary101111001001111010101011111100110110101010001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0975; }

 p { color: rgb(188,9,117); }

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

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

 a { background-color: rgb(188,9,117); }

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

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

 span { border-color: rgb(188,9,117); }

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