#BF00A0

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

Shades of Medium Violet Red #BF00A0

Tints of Medium Violet Red #BF00A0

Color information

#BF00A0 (or 0xBF00A0) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and A0. RGB value is (191,0,160). Sum of RGB (Red+Green+Blue) = 191+0+160=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00A0 is #40FF5F. Grayscale: #4A4A4A. Windows color (decimal): -4259680 or 10485951. OLE color: 10485951.

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

Color convert

RGB1910160-
CMYK010.160.25
HSL309.74º100%37.45%-
HSV(B)309.74º100%74.9%-
XYZ27.8313.6134.42-
YUV75.35175.78210.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=54.42%
G=0%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910160010.160.25309.7410037.45
HexBF0A006410191366425
Octal27702400144203146614445
Binary101111110101000000110010010000110011001101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00A0; }

 p { color: rgb(191,0,160); }

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

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

 a { background-color: rgb(191,0,160); }

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

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

 span { border-color: rgb(191,0,160); }

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