#BF0C90

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

Shades of Medium Violet Red #BF0C90

Tints of Medium Violet Red #BF0C90

Color information

#BF0C90 (or 0xBF0C90) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0C and 90. RGB value is (191,12,144). Sum of RGB (Red+Green+Blue) = 191+12+144=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0C90 is #40F36F. Grayscale: #505050. Windows color (decimal): -4256624 or 9440447. OLE color: 9440447.

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

Color convert

RGB19112144-
CMYK00.940.250.25
HSL315.75º88.18%39.8%-
HSV(B)315.75º93.72%74.9%-
XYZ26.6513.3527.56-
YUV80.57163.8206.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=55.04%
G=3.46%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911214400.940.250.25315.7588.1839.8
HexBFC9005E191913c5828
Octal277142200136313147413050
Binary101111111100100100000101111011001110011001111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C90; }

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

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

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

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

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

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

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

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