#BC136F

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

Shades of Medium Violet Red #BC136F

Tints of Medium Violet Red #BC136F

Color information

#BC136F (or 0xBC136F) is unknown color: approx Medium Violet Red. HEX triplet: BC, 13 and 6F. RGB value is (188,19,111). Sum of RGB (Red+Green+Blue) = 188+19+111=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC136F is #43EC90. Grayscale: #4F4F4F. Windows color (decimal): -4451473 or 7279548. OLE color: 7279548.

HSL color Cylindrical-coordinate representation of color #BC136F: hue angle of 327.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC136F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18819111-
CMYK00.900.410.26
HSL327.34º81.64%40.59%-
HSV(B)327.34º89.89%73.73%-
XYZ23.8412.316.16-
YUV80.02145.49205.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.12%
GREEN value IS 19 (7.81% from 255) = 5.97%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=59.12%
G=5.97%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881911100.900.410.26327.3481.6440.59
HexBC136F05A291A1475229
Octal274231570132513250712251
Binary1011110010011110111101011010101001110101010001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC136F; }

 p { color: rgb(188,19,111); }

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

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

 a { background-color: rgb(188,19,111); }

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

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

 span { border-color: rgb(188,19,111); }

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