#BF2D9E

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

Shades of Medium Red Violet #BF2D9E

Tints of Medium Red Violet #BF2D9E

Color information

#BF2D9E (or 0xBF2D9E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2D and 9E. RGB value is (191,45,158). Sum of RGB (Red+Green+Blue) = 191+45+158=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2D9E is #40D261. Grayscale: #656565. Windows color (decimal): -4248162 or 10366399. OLE color: 10366399.

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

Color convert

RGB19145158-
CMYK00.760.170.25
HSL313.56º61.86%46.27%-
HSV(B)313.56º76.44%74.9%-
XYZ28.615.4233.82-
YUV101.54159.87191.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 45 (17.97% from 255) = 11.42%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=48.48%
G=11.42%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914515800.760.170.25313.5661.8646.27
HexBF2D9E04C111913a3e2e
Octal27755236011421314727656
Binary1011111110110110011110010011001000111001100111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2D9E; }

 p { color: rgb(191,45,158); }

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

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

 a { background-color: rgb(191,45,158); }

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

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

 span { border-color: rgb(191,45,158); }

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