#BF2A80

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

Shades of Medium Red Violet #BF2A80

Tints of Medium Red Violet #BF2A80

Color information

#BF2A80 (or 0xBF2A80) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2A and 80. RGB value is (191,42,128). Sum of RGB (Red+Green+Blue) = 191+42+128=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2A80 is #40D57F. Grayscale: #606060. Windows color (decimal): -4248960 or 8399551. OLE color: 8399551.

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

Color convert

RGB19142128-
CMYK00.780.330.25
HSL325.37º63.95%45.69%-
HSV(B)325.37º78.01%74.9%-
XYZ26.2114.2921.8-
YUV96.35145.86195.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=52.91%
G=11.63%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914212800.780.330.25325.3763.9545.69
HexBF2A8004E2119145402e
Octal277522000116413150510056
Binary101111111010101000000001001110100001110011010001011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A80; }

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

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

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

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

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

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

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

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