#BF2E9B

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

Shades of Medium Red Violet #BF2E9B

Tints of Medium Red Violet #BF2E9B

Color information

#BF2E9B (or 0xBF2E9B) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and 9B. RGB value is (191,46,155). Sum of RGB (Red+Green+Blue) = 191+46+155=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E9B is #40D164. Grayscale: #656565. Windows color (decimal): -4247909 or 10170047. OLE color: 10170047.

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

Color convert

RGB19146155-
CMYK00.760.190.25
HSL314.9º61.18%46.47%-
HSV(B)314.9º75.92%74.9%-
XYZ28.3815.432.49-
YUV101.78158.04191.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 46 (18.36% from 255) = 11.73%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=48.72%
G=11.73%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914615500.760.190.25314.961.1846.47
HexBF2E9B04C131913b3d2e
Octal27756233011423314737556
Binary1011111110111010011011010011001001111001100111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E9B; }

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

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

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

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

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

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

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

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