#bf25ae

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

Shades of Medium Red Violet #BF25AE

Tints of Medium Red Violet #BF25AE

Color information

#BF25AE (or 0xBF25AE) is unknown color: approx Medium Red Violet. HEX triplet: BF, 25 and AE. RGB value is (191,37,174). Sum of RGB (Red+Green+Blue) = 191+37+174=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25AE is #40DA51. Grayscale: #626262. Windows color (decimal): -4250194 or 11412927. OLE color: 11412927.

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

Color convert

RGB19137174-
CMYK00.810.090.25
HSL306.62º67.54%44.71%-
HSV(B)306.62º80.63%74.9%-
XYZ29.7915.4641.46-
YUV98.66170.52193.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 37 (14.84% from 255) = 9.20%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=47.51%
G=9.20%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913717400.810.090.25306.6267.5444.71
HexBF25AE051919133442d
Octal277452560121113146310455
Binary1011111110010110101110010100011001110011001100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf25ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf25ae; }

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

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

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

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

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

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

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

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