#BF2E88

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

Shades of Medium Red Violet #BF2E88

Tints of Medium Red Violet #BF2E88

Color information

#BF2E88 (or 0xBF2E88) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2E and 88. RGB value is (191,46,136). Sum of RGB (Red+Green+Blue) = 191+46+136=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E88 is #40D177. Grayscale: #636363. Windows color (decimal): -4247928 or 8924863. OLE color: 8924863.

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

Color convert

RGB19146136-
CMYK00.760.290.25
HSL322.76º61.18%46.47%-
HSV(B)322.76º75.92%74.9%-
XYZ26.9114.8124.73-
YUV99.62148.54193.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 46 (18.36% from 255) = 12.33%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=51.21%
G=12.33%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914613600.760.290.25322.7661.1846.47
HexBF2E8804C1D191433d2e
Octal27756210011435315037556
Binary1011111110111010001000010011001110111001101000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E88; }

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

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

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

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

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

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

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

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