#BF26A6

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

Shades of Medium Red Violet #BF26A6

Tints of Medium Red Violet #BF26A6

Color information

#BF26A6 (or 0xBF26A6) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and A6. RGB value is (191,38,166). Sum of RGB (Red+Green+Blue) = 191+38+166=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26A6 is #40D959. Grayscale: #616161. Windows color (decimal): -4249946 or 10888895. OLE color: 10888895.

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

Color convert

RGB19138166-
CMYK00.800.130.25
HSL309.8º66.81%44.9%-
HSV(B)309.8º80.1%74.9%-
XYZ29.0615.2237.48-
YUV98.34166.19194.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 38 (15.23% from 255) = 9.62%
BLUE value IS 166 (65.23% from 255) = 42.03%
R=48.35%
G=9.62%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913816600.800.130.25309.866.8144.9
HexBF26A6050D19136432d
Octal277462460120153146610355
Binary1011111110011010100110010100001101110011001101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF26A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF26A6; }

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

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

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

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

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

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

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

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