#BF3475

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

Shades of Medium Red Violet #BF3475

Tints of Medium Red Violet #BF3475

Color information

#BF3475 (or 0xBF3475) is unknown color: approx Medium Red Violet. HEX triplet: BF, 34 and 75. RGB value is (191,52,117). Sum of RGB (Red+Green+Blue) = 191+52+117=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3475 is #40CB8A. Grayscale: #646464. Windows color (decimal): -4246411 or 7681215. OLE color: 7681215.

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

Color convert

RGB19152117-
CMYK00.730.390.25
HSL331.94º57.2%47.65%-
HSV(B)331.94º72.77%74.9%-
XYZ25.9214.8218.32-
YUV100.97137.05192.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 52 (20.70% from 255) = 14.44%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=53.06%
G=14.44%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915211700.730.390.25331.9457.247.65
HexBF3475049271914c3930
Octal27764165011147315147160
Binary1011111111010011101010100100110011111001101001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3475; }

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

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

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

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

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

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

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

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