#BF31A6

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

Shades of Medium Red Violet #BF31A6

Tints of Medium Red Violet #BF31A6

Color information

#BF31A6 (or 0xBF31A6) is unknown color: approx Medium Red Violet. HEX triplet: BF, 31 and A6. RGB value is (191,49,166). Sum of RGB (Red+Green+Blue) = 191+49+166=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF31A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF31A6 is #40CE59. Grayscale: #686868. Windows color (decimal): -4247130 or 10891711. OLE color: 10891711.

HSL color Cylindrical-coordinate representation of color #BF31A6: hue angle of 310.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF31A6 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19149166-
CMYK00.740.130.25
HSL310.56º59.17%47.06%-
HSV(B)310.56º74.35%74.9%-
XYZ29.4716.0337.62-
YUV104.8162.54189.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 49 (19.53% from 255) = 12.07%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=47.04%
G=12.07%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914916600.740.130.25310.5659.1747.06
HexBF31A604AD191373b2f
Octal27761246011215314677357
Binary101111111100011010011001001010110111001100110111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF31A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF31A6; }

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

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

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

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

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

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

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

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