#BF26A0

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

Shades of Medium Red Violet #BF26A0

Tints of Medium Red Violet #BF26A0

Color information

#BF26A0 (or 0xBF26A0) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and A0. RGB value is (191,38,160). Sum of RGB (Red+Green+Blue) = 191+38+160=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26A0 is #40D95F. Grayscale: #616161. Windows color (decimal): -4249952 or 10495679. OLE color: 10495679.

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

Color convert

RGB19138160-
CMYK00.800.160.25
HSL312.16º66.81%44.9%-
HSV(B)312.16º80.1%74.9%-
XYZ28.521534.65-
YUV97.66163.19194.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 38 (15.23% from 255) = 9.77%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=49.10%
G=9.77%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913816000.800.160.25312.1666.8144.9
HexBF26A00501019138432d
Octal277462400120203147010355
Binary10111111100110101000000101000010000110011001110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF26A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF26A0; }

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

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

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

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

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

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

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

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