#BF3A81

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

Shades of Medium Red Violet #BF3A81

Tints of Medium Red Violet #BF3A81

Color information

#BF3A81 (or 0xBF3A81) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3A and 81. RGB value is (191,58,129). Sum of RGB (Red+Green+Blue) = 191+58+129=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3A81 is #40C57E. Grayscale: #696969. Windows color (decimal): -4244863 or 8469183. OLE color: 8469183.

HSL color Cylindrical-coordinate representation of color #BF3A81: hue angle of 327.97º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A81 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19158129-
CMYK00.700.320.25
HSL327.97º53.41%48.82%-
HSV(B)327.97º69.63%74.9%-
XYZ26.9615.6922.38-
YUV105.86141.06188.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=50.53%
G=15.34%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915812900.700.320.25327.9753.4148.82
HexBF3A8104620191483531
Octal27772201010640315106561
Binary10111111111010100000010100011010000011001101001000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A81; }

 p { color: rgb(191,58,129); }

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

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

 a { background-color: rgb(191,58,129); }

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

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

 span { border-color: rgb(191,58,129); }

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