#BF2E81

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

Shades of Medium Red Violet #BF2E81

Tints of Medium Red Violet #BF2E81

Color information

#BF2E81 (or 0xBF2E81) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and 81. RGB value is (191,46,129). Sum of RGB (Red+Green+Blue) = 191+46+129=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E81 is #40D17E. Grayscale: #626262. Windows color (decimal): -4247935 or 8466111. OLE color: 8466111.

HSL color Cylindrical-coordinate representation of color #BF2E81: hue angle of 325.66º 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 #BF2E81 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19146129-
CMYK00.760.320.25
HSL325.66º61.18%46.47%-
HSV(B)325.66º75.92%74.9%-
XYZ26.4314.6222.2-
YUV98.82145.04193.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.19%
GREEN value IS 46 (18.36% from 255) = 12.57%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=52.19%
G=12.57%
B=35.25%

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
Decimal1914612900.760.320.25325.6661.1846.47
HexBF2E8104C20191463d2e
Octal27756201011440315067556
Binary10111111101110100000010100110010000011001101000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E81; }

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

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

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

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

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

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

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

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