#BC388F

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

Shades of Medium Red Violet #BC388F

Tints of Medium Red Violet #BC388F

Color information

#BC388F (or 0xBC388F) is unknown color: approx Medium Red Violet. HEX triplet: BC, 38 and 8F. RGB value is (188,56,143). Sum of RGB (Red+Green+Blue) = 188+56+143=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC388F is #43C770. Grayscale: #696969. Windows color (decimal): -4441969 or 9386172. OLE color: 9386172.

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

Color convert

RGB18856143-
CMYK00.700.240.26
HSL320.45º54.1%47.84%-
HSV(B)320.45º70.21%73.73%-
XYZ27.1115.527.55-
YUV105.39149.23186.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 56 (22.27% from 255) = 14.47%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=48.58%
G=14.47%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885614300.700.240.26320.4554.147.84
HexBC388F046181A1403630
Octal27470217010630325006660
Binary1011110011100010001111010001101100011010101000000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC388F; }

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

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

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

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

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

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

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

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