#BF3275

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

Shades of Medium Red Violet #BF3275

Tints of Medium Red Violet #BF3275

Color information

#BF3275 (or 0xBF3275) is unknown color: approx Medium Red Violet. HEX triplet: BF, 32 and 75. RGB value is (191,50,117). Sum of RGB (Red+Green+Blue) = 191+50+117=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3275 is #40CD8A. Grayscale: #636363. Windows color (decimal): -4246923 or 7680703. OLE color: 7680703.

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

Color convert

RGB19150117-
CMYK00.740.390.25
HSL331.49º58.51%47.25%-
HSV(B)331.49º73.82%74.9%-
XYZ25.8414.6418.29-
YUV99.8137.71193.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 50 (19.92% from 255) = 13.97%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=53.35%
G=13.97%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915011700.740.390.25331.4958.5147.25
HexBF327504A271914b3b2f
Octal27762165011247315137357
Binary1011111111001011101010100101010011111001101001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3275; }

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

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

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

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

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

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

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

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