#BC2D75

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

Shades of Medium Red Violet #BC2D75

Tints of Medium Red Violet #BC2D75

Color information

#BC2D75 (or 0xBC2D75) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2D and 75. RGB value is (188,45,117). Sum of RGB (Red+Green+Blue) = 188+45+117=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D75 is #43D28A. Grayscale: #5F5F5F. Windows color (decimal): -4444811 or 7679420. OLE color: 7679420.

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

Color convert

RGB18845117-
CMYK00.760.380.26
HSL329.79º61.37%45.69%-
HSV(B)329.79º76.06%73.73%-
XYZ24.8913.8518.19-
YUV95.96139.88193.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 45 (17.97% from 255) = 12.86%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=53.71%
G=12.86%
B=33.43%

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
Decimal1884511700.760.380.26329.7961.3745.69
HexBC2D7504C261A14a3d2e
Octal27455165011446325127556
Binary1011110010110111101010100110010011011010101001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D75; }

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

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

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

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

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

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

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

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