#BF26A7

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

Shades of Medium Red Violet #BF26A7

Tints of Medium Red Violet #BF26A7

Color information

#BF26A7 (or 0xBF26A7) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and A7. RGB value is (191,38,167). Sum of RGB (Red+Green+Blue) = 191+38+167=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26A7 is #40D958. Grayscale: #626262. Windows color (decimal): -4249945 or 10954431. OLE color: 10954431.

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

Color convert

RGB19138167-
CMYK00.800.130.25
HSL309.41º66.81%44.9%-
HSV(B)309.41º80.1%74.9%-
XYZ29.1515.2537.97-
YUV98.45166.69194.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 38 (15.23% from 255) = 9.60%
BLUE value IS 167 (65.62% from 255) = 42.17%
R=48.23%
G=9.60%
B=42.17%

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
Decimal1913816700.800.130.25309.4166.8144.9
HexBF26A7050D19135432d
Octal277462470120153146510355
Binary1011111110011010100111010100001101110011001101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF26A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF26A7; }

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

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

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

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

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

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

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

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