#BF2E82

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

Shades of Medium Red Violet #BF2E82

Tints of Medium Red Violet #BF2E82

Color information

#BF2E82 (or 0xBF2E82) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and 82. RGB value is (191,46,130). Sum of RGB (Red+Green+Blue) = 191+46+130=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E82 is #40D17D. Grayscale: #626262. Windows color (decimal): -4247934 or 8531647. OLE color: 8531647.

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

Color convert

RGB19146130-
CMYK00.760.320.25
HSL325.24º61.18%46.47%-
HSV(B)325.24º75.92%74.9%-
XYZ26.4914.6422.55-
YUV98.93145.54193.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 46 (18.36% from 255) = 12.53%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=52.04%
G=12.53%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914613000.760.320.25325.2461.1846.47
HexBF2E8204C20191453d2e
Octal27756202011440315057556
Binary10111111101110100000100100110010000011001101000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E82; }

 p { color: rgb(191,46,130); }

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

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

 a { background-color: rgb(191,46,130); }

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

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

 span { border-color: rgb(191,46,130); }

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