#BF3CA0

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

Shades of Medium Red Violet #BF3CA0

Tints of Medium Red Violet #BF3CA0

Color information

#BF3CA0 (or 0xBF3CA0) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3C and A0. RGB value is (191,60,160). Sum of RGB (Red+Green+Blue) = 191+60+160=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3CA0 is #40C35F. Grayscale: #6E6E6E. Windows color (decimal): -4244320 or 10501311. OLE color: 10501311.

HSL color Cylindrical-coordinate representation of color #BF3CA0: hue angle of 314.2º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3CA0 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19160160-
CMYK00.690.160.25
HSL314.2º52.19%49.22%-
HSV(B)314.2º68.59%74.9%-
XYZ29.4516.8534.96-
YUV110.57155.9185.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=46.47%
G=14.60%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916016000.690.160.25314.252.1949.22
HexBF3CA0045101913a3431
Octal27774240010520314726461
Binary1011111111110010100000010001011000011001100111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3CA0; }

 p { color: rgb(191,60,160); }

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

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

 a { background-color: rgb(191,60,160); }

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

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

 span { border-color: rgb(191,60,160); }

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