#BC388D

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

Shades of Medium Red Violet #BC388D

Tints of Medium Red Violet #BC388D

Color information

#BC388D (or 0xBC388D) is unknown color: approx Medium Red Violet. HEX triplet: BC, 38 and 8D. RGB value is (188,56,141). Sum of RGB (Red+Green+Blue) = 188+56+141=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC388D is #43C772. Grayscale: #686868. Windows color (decimal): -4441971 or 9255100. OLE color: 9255100.

HSL color Cylindrical-coordinate representation of color #BC388D: hue angle of 321.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC388D is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18856141-
CMYK00.700.250.26
HSL321.36º54.1%47.84%-
HSV(B)321.36º70.21%73.73%-
XYZ26.9615.4426.76-
YUV105.16148.23187.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 56 (22.27% from 255) = 14.55%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=48.83%
G=14.55%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885614100.700.250.26321.3654.147.84
HexBC388D046191A1413630
Octal27470215010631325016660
Binary1011110011100010001101010001101100111010101000001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC388D; }

 p { color: rgb(188,56,141); }

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

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

 a { background-color: rgb(188,56,141); }

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

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

 span { border-color: rgb(188,56,141); }

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