#BF2A90

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

Shades of Medium Red Violet #BF2A90

Tints of Medium Red Violet #BF2A90

Color information

#BF2A90 (or 0xBF2A90) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2A and 90. RGB value is (191,42,144). Sum of RGB (Red+Green+Blue) = 191+42+144=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2A90 is #40D56F. Grayscale: #616161. Windows color (decimal): -4248944 or 9448127. OLE color: 9448127.

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

Color convert

RGB19142144-
CMYK00.780.250.25
HSL318.93º63.95%45.69%-
HSV(B)318.93º78.01%74.9%-
XYZ27.3514.7527.79-
YUV98.18153.86194.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=50.66%
G=11.14%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914214400.780.250.25318.9363.9545.69
HexBF2A9004E191913f402e
Octal277522200116313147710056
Binary10111111101010100100000100111011001110011001111111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2A90; }

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

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

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

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

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

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

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

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