#BF319A

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

Shades of Medium Red Violet #BF319A

Tints of Medium Red Violet #BF319A

Color information

#BF319A (or 0xBF319A) is unknown color: approx Medium Red Violet. HEX triplet: BF, 31 and 9A. RGB value is (191,49,154). Sum of RGB (Red+Green+Blue) = 191+49+154=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF319A is #40CE65. Grayscale: #676767. Windows color (decimal): -4247142 or 10105279. OLE color: 10105279.

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

Color convert

RGB19149154-
CMYK00.740.190.25
HSL315.63º59.17%47.06%-
HSV(B)315.63º74.35%74.9%-
XYZ28.4215.6132.09-
YUV103.43156.54190.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 49 (19.53% from 255) = 12.44%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=48.48%
G=12.44%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914915400.740.190.25315.6359.1747.06
HexBF319A04A131913c3b2f
Octal27761232011223314747357
Binary1011111111000110011010010010101001111001100111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF319A; }

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

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

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

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

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

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

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

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