#BF17AA

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

Shades of Medium Violet Red #BF17AA

Tints of Medium Violet Red #BF17AA

Color information

#BF17AA (or 0xBF17AA) is unknown color: approx Medium Violet Red. HEX triplet: BF, 17 and AA. RGB value is (191,23,170). Sum of RGB (Red+Green+Blue) = 191+23+170=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF17AA is #40E855. Grayscale: #595959. Windows color (decimal): -4253782 or 11147199. OLE color: 11147199.

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

Color convert

RGB19123170-
CMYK00.880.110.25
HSL307.5º78.5%41.96%-
HSV(B)307.5º87.96%74.9%-
XYZ29.0514.5939.32-
YUV89.99173.16200.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 23 (9.38% from 255) = 5.99%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=49.74%
G=5.99%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912317000.880.110.25307.578.541.96
HexBF17AA058B191344f2a
Octal277272520130133146411752
Binary101111111011110101010010110001011110011001101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF17AA; }

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

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

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

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

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

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

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

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