#BF2290

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

Shades of Medium Violet Red #BF2290

Tints of Medium Violet Red #BF2290

Color information

#BF2290 (or 0xBF2290) is unknown color: approx Medium Violet Red. HEX triplet: BF, 22 and 90. RGB value is (191,34,144). Sum of RGB (Red+Green+Blue) = 191+34+144=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2290 is #40DD6F. Grayscale: #5D5D5D. Windows color (decimal): -4250992 or 9446079. OLE color: 9446079.

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

Color convert

RGB19134144-
CMYK00.820.250.25
HSL317.96º69.78%44.12%-
HSV(B)317.96º82.2%74.9%-
XYZ27.0914.2327.71-
YUV93.48156.51197.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=51.76%
G=9.21%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913414400.820.250.25317.9669.7844.12
HexBF2290052191913e462c
Octal277422200122313147610654
Binary10111111100010100100000101001011001110011001111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2290; }

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

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

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

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

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

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

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

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