#BF25A5

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

Shades of Medium Red Violet #BF25A5

Tints of Medium Red Violet #BF25A5

Color information

#BF25A5 (or 0xBF25A5) is unknown color: approx Medium Red Violet. HEX triplet: BF, 25 and A5. RGB value is (191,37,165). Sum of RGB (Red+Green+Blue) = 191+37+165=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25A5 is #40DA5A. Grayscale: #616161. Windows color (decimal): -4250203 or 10823103. OLE color: 10823103.

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

Color convert

RGB19137165-
CMYK00.810.140.25
HSL310.13º67.54%44.71%-
HSV(B)310.13º80.63%74.9%-
XYZ28.9415.1236.99-
YUV97.64166.02194.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 37 (14.84% from 255) = 9.41%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=48.60%
G=9.41%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913716500.810.140.25310.1367.5444.71
HexBF25A5051E19136442d
Octal277452450121163146610455
Binary1011111110010110100101010100011110110011001101101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF25A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF25A5; }

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

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

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

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

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

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

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

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