#BF25A9

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

Shades of Medium Red Violet #BF25A9

Tints of Medium Red Violet #BF25A9

Color information

#BF25A9 (or 0xBF25A9) is unknown color: approx Medium Red Violet. HEX triplet: BF, 25 and A9. RGB value is (191,37,169). Sum of RGB (Red+Green+Blue) = 191+37+169=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25A9 is #40DA56. Grayscale: #616161. Windows color (decimal): -4250199 or 11085247. OLE color: 11085247.

HSL color Cylindrical-coordinate representation of color #BF25A9: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF25A9 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19137169-
CMYK00.810.120.25
HSL308.57º67.54%44.71%-
HSV(B)308.57º80.63%74.9%-
XYZ29.3115.2638.94-
YUV98.09168.02194.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 37 (14.84% from 255) = 9.32%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=48.11%
G=9.32%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913716900.810.120.25308.5767.5444.71
HexBF25A9051C19135442d
Octal277452510121143146510455
Binary1011111110010110101001010100011100110011001101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF25A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF25A9; }

 p { color: rgb(191,37,169); }

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

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

 a { background-color: rgb(191,37,169); }

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

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

 span { border-color: rgb(191,37,169); }

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