#BC2D74

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

Shades of Medium Red Violet #BC2D74

Tints of Medium Red Violet #BC2D74

Color information

#BC2D74 (or 0xBC2D74) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2D and 74. RGB value is (188,45,116). Sum of RGB (Red+Green+Blue) = 188+45+116=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D74 is #43D28B. Grayscale: #5F5F5F. Windows color (decimal): -4444812 or 7613884. OLE color: 7613884.

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

Color convert

RGB18845116-
CMYK00.760.380.26
HSL330.21º61.37%45.69%-
HSV(B)330.21º76.06%73.73%-
XYZ24.8313.8317.88-
YUV95.85139.38193.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=53.87%
G=12.89%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884511600.760.380.26330.2161.3745.69
HexBC2D7404C261A14a3d2e
Octal27455164011446325127556
Binary1011110010110111101000100110010011011010101001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D74; }

 p { color: rgb(188,45,116); }

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

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

 a { background-color: rgb(188,45,116); }

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

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

 span { border-color: rgb(188,45,116); }

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