#BC349C

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

Shades of Medium Red Violet #BC349C

Tints of Medium Red Violet #BC349C

Color information

#BC349C (or 0xBC349C) is unknown color: approx Medium Red Violet. HEX triplet: BC, 34 and 9C. RGB value is (188,52,156). Sum of RGB (Red+Green+Blue) = 188+52+156=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC349C is #43CB63. Grayscale: #686868. Windows color (decimal): -4442980 or 10237116. OLE color: 10237116.

HSL color Cylindrical-coordinate representation of color #BC349C: hue angle of 314.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC349C is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB18852156-
CMYK00.720.170.26
HSL314.12º56.67%47.06%-
HSV(B)314.12º72.34%73.73%-
XYZ27.9715.5532.98-
YUV104.52157.06187.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 52 (20.70% from 255) = 13.13%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=47.47%
G=13.13%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885215600.720.170.26314.1256.6747.06
HexBC349C048111A13a392f
Octal27464234011021324727157
Binary1011110011010010011100010010001000111010100111010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC349C; }

 p { color: rgb(188,52,156); }

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

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

 a { background-color: rgb(188,52,156); }

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

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

 span { border-color: rgb(188,52,156); }

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