#BF2A7E

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

Shades of Medium Red Violet #BF2A7E

Tints of Medium Red Violet #BF2A7E

Color information

#BF2A7E (or 0xBF2A7E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2A and 7E. RGB value is (191,42,126). Sum of RGB (Red+Green+Blue) = 191+42+126=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2A7E is #40D581. Grayscale: #5F5F5F. Windows color (decimal): -4248962 or 8268479. OLE color: 8268479.

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

Color convert

RGB19142126-
CMYK00.780.340.25
HSL326.17º63.95%45.69%-
HSV(B)326.17º78.01%74.9%-
XYZ26.0814.2421.11-
YUV96.13144.86195.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 42 (16.80% from 255) = 11.70%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=53.20%
G=11.70%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914212600.780.340.25326.1763.9545.69
HexBF2A7E04E2219146402e
Octal277521760116423150610056
Binary10111111101010111111001001110100010110011010001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A7E; }

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

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

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

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

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

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

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

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