#BF3471

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

Shades of Medium Red Violet #BF3471

Tints of Medium Red Violet #BF3471

Color information

#BF3471 (or 0xBF3471) is unknown color: approx Medium Red Violet. HEX triplet: BF, 34 and 71. RGB value is (191,52,113). Sum of RGB (Red+Green+Blue) = 191+52+113=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3471 is #40CB8E. Grayscale: #646464. Windows color (decimal): -4246415 or 7419071. OLE color: 7419071.

HSL color Cylindrical-coordinate representation of color #BF3471: hue angle of 333.67º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3471 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19152113-
CMYK00.730.410.25
HSL333.67º57.2%47.65%-
HSV(B)333.67º72.77%74.9%-
XYZ25.6914.7217.11-
YUV100.52135.05192.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=53.65%
G=14.61%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915211300.730.410.25333.6757.247.65
HexBF3471049291914e3930
Octal27764161011151315167160
Binary1011111111010011100010100100110100111001101001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3471; }

 p { color: rgb(191,52,113); }

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

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

 a { background-color: rgb(191,52,113); }

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

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

 span { border-color: rgb(191,52,113); }

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