#BC3B9B

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

Shades of Medium Red Violet #BC3B9B

Tints of Medium Red Violet #BC3B9B

Color information

#BC3B9B (or 0xBC3B9B) is unknown color: approx Medium Red Violet. HEX triplet: BC, 3B and 9B. RGB value is (188,59,155). Sum of RGB (Red+Green+Blue) = 188+59+155=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3B9B is #43C464. Grayscale: #6C6C6C. Windows color (decimal): -4441189 or 10173372. OLE color: 10173372.

HSL color Cylindrical-coordinate representation of color #BC3B9B: hue angle of 315.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B9B is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB18859155-
CMYK00.690.180.26
HSL315.35º52.23%48.43%-
HSV(B)315.35º68.62%73.73%-
XYZ28.2216.1932.65-
YUV108.52154.24184.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 59 (23.44% from 255) = 14.68%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=46.77%
G=14.68%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885915500.690.180.26315.3552.2348.43
HexBC3B9B045121A13b3430
Octal27473233010522324736460
Binary1011110011101110011011010001011001011010100111011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3B9B; }

 p { color: rgb(188,59,155); }

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

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

 a { background-color: rgb(188,59,155); }

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

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

 span { border-color: rgb(188,59,155); }

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