#BF26AE

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

Shades of Medium Red Violet #BF26AE

Tints of Medium Red Violet #BF26AE

Color information

#BF26AE (or 0xBF26AE) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and AE. RGB value is (191,38,174). Sum of RGB (Red+Green+Blue) = 191+38+174=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26AE is #40D951. Grayscale: #626262. Windows color (decimal): -4249938 or 11413183. OLE color: 11413183.

HSL color Cylindrical-coordinate representation of color #BF26AE: hue angle of 306.67º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF26AE is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19138174-
CMYK00.800.090.25
HSL306.67º66.81%44.9%-
HSV(B)306.67º80.1%74.9%-
XYZ29.8215.5241.47-
YUV99.25170.19193.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 38 (15.23% from 255) = 9.43%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=47.39%
G=9.43%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913817400.800.090.25306.6766.8144.9
HexBF26AE050919133432d
Octal277462560120113146310355
Binary1011111110011010101110010100001001110011001100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF26AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF26AE; }

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

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

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

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

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

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

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

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