#BF2EAB

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

Shades of Medium Red Violet #BF2EAB

Tints of Medium Red Violet #BF2EAB

Color information

#BF2EAB (or 0xBF2EAB) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and AB. RGB value is (191,46,171). Sum of RGB (Red+Green+Blue) = 191+46+171=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2EAB is #40D154. Grayscale: #676767. Windows color (decimal): -4247893 or 11218623. OLE color: 11218623.

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

Color convert

RGB19146171-
CMYK00.760.100.25
HSL308.28º61.18%46.47%-
HSV(B)308.28º75.92%74.9%-
XYZ29.8115.9740.04-
YUV103.6166.04190.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 46 (18.36% from 255) = 11.27%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=46.81%
G=11.27%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914617100.760.100.25308.2861.1846.47
HexBF2EAB04CA191343d2e
Octal27756253011412314647556
Binary101111111011101010101101001100101011001100110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2EAB; }

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

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

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

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

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

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

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

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