#BF2F7E

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

Shades of Medium Red Violet #BF2F7E

Tints of Medium Red Violet #BF2F7E

Color information

#BF2F7E (or 0xBF2F7E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2F and 7E. RGB value is (191,47,126). Sum of RGB (Red+Green+Blue) = 191+47+126=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2F7E is #40D081. Grayscale: #626262. Windows color (decimal): -4247682 or 8269759. OLE color: 8269759.

HSL color Cylindrical-coordinate representation of color #BF2F7E: hue angle of 327.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF2F7E is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19147126-
CMYK00.750.340.25
HSL327.08º60.5%46.67%-
HSV(B)327.08º75.39%74.9%-
XYZ26.2714.6221.18-
YUV99.06143.21193.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.47%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=52.47%
G=12.91%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914712600.750.340.25327.0860.546.67
HexBF2F7E04B22191473d2f
Octal27757176011342315077557
Binary1011111110111111111100100101110001011001101000111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2F7E; }

 p { color: rgb(191,47,126); }

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

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

 a { background-color: rgb(191,47,126); }

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

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

 span { border-color: rgb(191,47,126); }

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