#BF26AA

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

Shades of Medium Red Violet #BF26AA

Tints of Medium Red Violet #BF26AA

Color information

#BF26AA (or 0xBF26AA) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and AA. RGB value is (191,38,170). Sum of RGB (Red+Green+Blue) = 191+38+170=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26AA is #40D955. Grayscale: #626262. Windows color (decimal): -4249942 or 11151039. OLE color: 11151039.

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

Color convert

RGB19138170-
CMYK00.800.110.25
HSL308.24º66.81%44.9%-
HSV(B)308.24º80.1%74.9%-
XYZ29.4315.3639.44-
YUV98.79168.19193.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 38 (15.23% from 255) = 9.52%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=47.87%
G=9.52%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913817000.800.110.25308.2466.8144.9
HexBF26AA050B19134432d
Octal277462520120133146410355
Binary1011111110011010101010010100001011110011001101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF26AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF26AA; }

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

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

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

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

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

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

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

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