#BF2E98

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

Shades of Medium Red Violet #BF2E98

Tints of Medium Red Violet #BF2E98

Color information

#BF2E98 (or 0xBF2E98) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and 98. RGB value is (191,46,152). Sum of RGB (Red+Green+Blue) = 191+46+152=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E98 is #40D167. Grayscale: #656565. Windows color (decimal): -4247912 or 9973439. OLE color: 9973439.

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

Color convert

RGB19146152-
CMYK00.760.200.25
HSL316.14º61.18%46.47%-
HSV(B)316.14º75.92%74.9%-
XYZ28.1315.331.18-
YUV101.44156.54191.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=49.10%
G=11.83%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914615200.760.200.25316.1461.1846.47
HexBF2E9804C141913c3d2e
Octal27756230011424314747556
Binary1011111110111010011000010011001010011001100111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E98; }

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

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

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

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

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

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

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

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