#BC357F

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

Shades of Medium Red Violet #BC357F

Tints of Medium Red Violet #BC357F

Color information

#BC357F (or 0xBC357F) is unknown color: approx Medium Red Violet. HEX triplet: BC, 35 and 7F. RGB value is (188,53,127). Sum of RGB (Red+Green+Blue) = 188+53+127=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC357F is #43CA80. Grayscale: #656565. Windows color (decimal): -4442753 or 8336828. OLE color: 8336828.

HSL color Cylindrical-coordinate representation of color #BC357F: hue angle of 327.11º degrees, saturation: 0.56, 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 #BC357F is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB18853127-
CMYK00.720.320.26
HSL327.11º56.02%47.25%-
HSV(B)327.11º71.81%73.73%-
XYZ25.8414.7721.57-
YUV101.8142.23189.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 127 (50% from 255) = 34.51%
R=51.09%
G=14.40%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885312700.720.320.26327.1156.0247.25
HexBC357F048201A147382f
Octal27465177011040325077057
Binary1011110011010111111110100100010000011010101000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC357F; }

 p { color: rgb(188,53,127); }

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

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

 a { background-color: rgb(188,53,127); }

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

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

 span { border-color: rgb(188,53,127); }

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