#BF00A1

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

Shades of Medium Violet Red #BF00A1

Tints of Medium Violet Red #BF00A1

Color information

#BF00A1 (or 0xBF00A1) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and A1. RGB value is (191,0,161). Sum of RGB (Red+Green+Blue) = 191+0+161=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00A1 is #40FF5E. Grayscale: #4B4B4B. Windows color (decimal): -4259679 or 10551487. OLE color: 10551487.

HSL color Cylindrical-coordinate representation of color #BF00A1: hue angle of 309.42º 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 #BF00A1 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB1910161-
CMYK010.160.25
HSL309.42º100%37.45%-
HSV(B)309.42º100%74.9%-
XYZ27.9213.6534.88-
YUV75.46176.28210.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 161 (63.28% from 255) = 45.74%
R=54.26%
G=0%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910161010.160.25309.4210037.45
HexBF0A106410191356425
Octal27702410144203146514445
Binary101111110101000010110010010000110011001101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00A1; }

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

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

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

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

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

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

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

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