#BF3B89

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

Shades of Medium Red Violet #BF3B89

Tints of Medium Red Violet #BF3B89

Color information

#BF3B89 (or 0xBF3B89) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3B and 89. RGB value is (191,59,137). Sum of RGB (Red+Green+Blue) = 191+59+137=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3B89 is #40C476. Grayscale: #6B6B6B. Windows color (decimal): -4244599 or 8993727. OLE color: 8993727.

HSL color Cylindrical-coordinate representation of color #BF3B89: hue angle of 324.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B89 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19159137-
CMYK00.690.280.25
HSL324.55º52.8%49.02%-
HSV(B)324.55º69.11%74.9%-
XYZ27.5716.0125.3-
YUV107.36144.73187.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 59 (23.44% from 255) = 15.25%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=49.35%
G=15.25%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915913700.690.280.25324.5552.849.02
HexBF3B890451C191453531
Octal27773211010534315056561
Binary1011111111101110001001010001011110011001101000101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B89; }

 p { color: rgb(191,59,137); }

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

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

 a { background-color: rgb(191,59,137); }

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

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

 span { border-color: rgb(191,59,137); }

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