#BC2A87

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

Shades of Medium Red Violet #BC2A87

Tints of Medium Red Violet #BC2A87

Color information

#BC2A87 (or 0xBC2A87) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2A and 87. RGB value is (188,42,135). Sum of RGB (Red+Green+Blue) = 188+42+135=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2A87 is #43D578. Grayscale: #606060. Windows color (decimal): -4445561 or 8858300. OLE color: 8858300.

HSL color Cylindrical-coordinate representation of color #BC2A87: hue angle of 321.78º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A87 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18842135-
CMYK00.780.280.26
HSL321.78º63.48%45.1%-
HSV(B)321.78º77.66%73.73%-
XYZ25.9414.124.28-
YUV96.26149.87193.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 42 (16.80% from 255) = 11.51%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=51.51%
G=11.51%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884213500.780.280.26321.7863.4845.1
HexBC2A8704E1C1A1423f2d
Octal27452207011634325027755
Binary1011110010101010000111010011101110011010101000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2A87; }

 p { color: rgb(188,42,135); }

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

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

 a { background-color: rgb(188,42,135); }

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

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

 span { border-color: rgb(188,42,135); }

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