#BC0D95

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

Shades of Medium Violet Red #BC0D95

Tints of Medium Violet Red #BC0D95

Color information

#BC0D95 (or 0xBC0D95) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0D and 95. RGB value is (188,13,149). Sum of RGB (Red+Green+Blue) = 188+13+149=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0D95 is #43F26A. Grayscale: #505050. Windows color (decimal): -4452971 or 9768380. OLE color: 9768380.

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

Color convert

RGB18813149-
CMYK00.930.210.26
HSL313.37º87.06%39.41%-
HSV(B)313.37º93.09%73.73%-
XYZ26.3113.1529.59-
YUV80.83166.48204.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 13 (5.47% from 255) = 3.71%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=53.71%
G=3.71%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881314900.930.210.26313.3787.0639.41
HexBCD9505D151A1395727
Octal274152250135253247112747
Binary101111001101100101010101110110101110101001110011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0D95; }

 p { color: rgb(188,13,149); }

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

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

 a { background-color: rgb(188,13,149); }

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

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

 span { border-color: rgb(188,13,149); }

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