#BF16A4

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

Shades of Medium Violet Red #BF16A4

Tints of Medium Violet Red #BF16A4

Color information

#BF16A4 (or 0xBF16A4) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and A4. RGB value is (191,22,164). Sum of RGB (Red+Green+Blue) = 191+22+164=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF16A4 is #40E95B. Grayscale: #585858. Windows color (decimal): -4254044 or 10753727. OLE color: 10753727.

HSL color Cylindrical-coordinate representation of color #BF16A4: hue angle of 309.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF16A4 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19122164-
CMYK00.880.140.25
HSL309.59º79.34%41.76%-
HSV(B)309.59º88.48%74.9%-
XYZ28.4714.3336.39-
YUV88.72170.49200.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 22 (8.98% from 255) = 5.84%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=50.66%
G=5.84%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912216400.880.140.25309.5979.3441.76
HexBF16A4058E191364f2a
Octal277262440130163146611752
Binary101111111011010100100010110001110110011001101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF16A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF16A4; }

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

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

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

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

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

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

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

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