#BF25AA

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

Shades of Medium Red Violet #BF25AA

Tints of Medium Red Violet #BF25AA

Color information

#BF25AA (or 0xBF25AA) is unknown color: approx Medium Red Violet. HEX triplet: BF, 25 and AA. RGB value is (191,37,170). Sum of RGB (Red+Green+Blue) = 191+37+170=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25AA is #40DA55. Grayscale: #616161. Windows color (decimal): -4250198 or 11150783. OLE color: 11150783.

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

Color convert

RGB19137170-
CMYK00.810.110.25
HSL308.18º67.54%44.71%-
HSV(B)308.18º80.63%74.9%-
XYZ29.415.339.43-
YUV98.21168.52194.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 37 (14.84% from 255) = 9.30%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=47.99%
G=9.30%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913717000.810.110.25308.1867.5444.71
HexBF25AA051B19134442d
Octal277452520121133146410455
Binary1011111110010110101010010100011011110011001101001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF25AA; }

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

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

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

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

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

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

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

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