#BC0A75

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

Shades of Medium Violet Red #BC0A75

Tints of Medium Violet Red #BC0A75

Color information

#BC0A75 (or 0xBC0A75) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0A and 75. RGB value is (188,10,117). Sum of RGB (Red+Green+Blue) = 188+10+117=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A75 is #43F58A. Grayscale: #4B4B4B. Windows color (decimal): -4453771 or 7670460. OLE color: 7670460.

HSL color Cylindrical-coordinate representation of color #BC0A75: hue angle of 323.93º degrees, saturation: 0.9, 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 #BC0A75 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18810117-
CMYK00.950.380.26
HSL323.93º89.9%38.82%-
HSV(B)323.93º94.68%73.73%-
XYZ24.0612.1917.92-
YUV75.42151.47208.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=59.68%
G=3.17%
B=37.14%

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
Decimal1881011700.950.380.26323.9389.938.82
HexBCA7505F261A1445a27
Octal274121650137463250413247
Binary101111001010111010101011111100110110101010001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A75; }

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

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

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

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

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

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

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

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