#BF0B90

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

Shades of Medium Violet Red #BF0B90

Tints of Medium Violet Red #BF0B90

Color information

#BF0B90 (or 0xBF0B90) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0B and 90. RGB value is (191,11,144). Sum of RGB (Red+Green+Blue) = 191+11+144=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0B90 is #40F46F. Grayscale: #4F4F4F. Windows color (decimal): -4256880 or 9440191. OLE color: 9440191.

HSL color Cylindrical-coordinate representation of color #BF0B90: hue angle of 315.67º degrees, saturation: 0.89, 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 #BF0B90 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19111144-
CMYK00.940.250.25
HSL315.67º89.11%39.61%-
HSV(B)315.67º94.24%74.9%-
XYZ26.6413.3327.55-
YUV79.98164.13207.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 11 (4.69% from 255) = 3.18%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=55.20%
G=3.18%
B=41.62%

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
Decimal1911114400.940.250.25315.6789.1139.61
HexBFB9005E191913c5928
Octal277132200136313147413150
Binary101111111011100100000101111011001110011001111001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B90; }

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

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

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

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

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

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

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

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