#BF2C6F

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

Shades of Medium Red Violet #BF2C6F

Tints of Medium Red Violet #BF2C6F

Color information

#BF2C6F (or 0xBF2C6F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2C and 6F. RGB value is (191,44,111). Sum of RGB (Red+Green+Blue) = 191+44+111=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C6F is #40D390. Grayscale: #5F5F5F. Windows color (decimal): -4248465 or 7285951. OLE color: 7285951.

HSL color Cylindrical-coordinate representation of color #BF2C6F: hue angle of 332.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2C6F is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19144111-
CMYK00.770.420.25
HSL332.65º62.55%46.08%-
HSV(B)332.65º76.96%74.9%-
XYZ25.2614.0316.41-
YUV95.59136.7196.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 44 (17.58% from 255) = 12.72%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=55.20%
G=12.72%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914411100.770.420.25332.6562.5546.08
HexBF2C6F04D2A1914d3f2e
Octal27754157011552315157756
Binary1011111110110011011110100110110101011001101001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2C6F; }

 p { color: rgb(191,44,111); }

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

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

 a { background-color: rgb(191,44,111); }

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

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

 span { border-color: rgb(191,44,111); }

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