#BF149E

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

Shades of Medium Violet Red #BF149E

Tints of Medium Violet Red #BF149E

Color information

#BF149E (or 0xBF149E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 14 and 9E. RGB value is (191,20,158). Sum of RGB (Red+Green+Blue) = 191+20+158=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF149E is #40EB61. Grayscale: #565656. Windows color (decimal): -4254562 or 10359999. OLE color: 10359999.

HSL color Cylindrical-coordinate representation of color #BF149E: hue angle of 311.58º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF149E is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19120158-
CMYK00.900.170.25
HSL311.58º81.04%41.37%-
HSV(B)311.58º89.53%74.9%-
XYZ27.9114.0533.59-
YUV86.86168.15202.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 20 (8.20% from 255) = 5.42%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=51.76%
G=5.42%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912015800.900.170.25311.5881.0441.37
HexBF149E05A11191385129
Octal277242360132213147012151
Binary1011111110100100111100101101010001110011001110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF149E; }

 p { color: rgb(191,20,158); }

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

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

 a { background-color: rgb(191,20,158); }

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

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

 span { border-color: rgb(191,20,158); }

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