#BF31AA

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

Shades of Medium Red Violet #BF31AA

Tints of Medium Red Violet #BF31AA

Color information

#BF31AA (or 0xBF31AA) is unknown color: approx Medium Red Violet. HEX triplet: BF, 31 and AA. RGB value is (191,49,170). Sum of RGB (Red+Green+Blue) = 191+49+170=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF31AA is #40CE55. Grayscale: #686868. Windows color (decimal): -4247126 or 11153855. OLE color: 11153855.

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

Color convert

RGB19149170-
CMYK00.740.110.25
HSL308.87º59.17%47.06%-
HSV(B)308.87º74.35%74.9%-
XYZ29.8416.1839.58-
YUV105.25164.54189.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 49 (19.53% from 255) = 11.95%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=46.59%
G=11.95%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914917000.740.110.25308.8759.1747.06
HexBF31AA04AB191353b2f
Octal27761252011213314657357
Binary101111111100011010101001001010101111001100110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF31AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF31AA; }

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

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

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

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

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

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

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

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