#BF00A4

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

Shades of Medium Violet Red #BF00A4

Tints of Medium Violet Red #BF00A4

Color information

#BF00A4 (or 0xBF00A4) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and A4. RGB value is (191,0,164). Sum of RGB (Red+Green+Blue) = 191+0+164=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00A4 is #40FF5B. Grayscale: #4B4B4B. Windows color (decimal): -4259676 or 10748095. OLE color: 10748095.

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

Color convert

RGB1910164-
CMYK010.140.25
HSL308.48º100%37.45%-
HSV(B)308.48º100%74.9%-
XYZ28.1913.7636.29-
YUV75.8177.78210.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 164 (64.45% from 255) = 46.20%
R=53.80%
G=0%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910164010.140.25308.4810037.45
HexBF0A4064E191346425
Octal27702440144163146414445
Binary10111111010100100011001001110110011001101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00A4; }

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

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

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

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

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

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

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

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