#BF17A3

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

Shades of Medium Violet Red #BF17A3

Tints of Medium Violet Red #BF17A3

Color information

#BF17A3 (or 0xBF17A3) is unknown color: approx Medium Violet Red. HEX triplet: BF, 17 and A3. RGB value is (191,23,163). Sum of RGB (Red+Green+Blue) = 191+23+163=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF17A3 is #40E85C. Grayscale: #585858. Windows color (decimal): -4253789 or 10688447. OLE color: 10688447.

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

Color convert

RGB19123163-
CMYK00.880.150.25
HSL310º78.5%41.96%-
HSV(B)310º87.96%74.9%-
XYZ28.414.3335.92-
YUV89.19169.66200.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 23 (9.38% from 255) = 6.10%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=50.66%
G=6.10%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912316300.880.150.2531078.541.96
HexBF17A3058F191364f2a
Octal277272430130173146611752
Binary101111111011110100011010110001111110011001101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF17A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF17A3; }

 p { color: rgb(191,23,163); }

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

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

 a { background-color: rgb(191,23,163); }

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

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

 span { border-color: rgb(191,23,163); }

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