#BF347F

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

Shades of Medium Red Violet #BF347F

Tints of Medium Red Violet #BF347F

Color information

#BF347F (or 0xBF347F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 34 and 7F. RGB value is (191,52,127). Sum of RGB (Red+Green+Blue) = 191+52+127=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF347F is #40CB80. Grayscale: #656565. Windows color (decimal): -4246401 or 8336575. OLE color: 8336575.

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

Color convert

RGB19152127-
CMYK00.730.340.25
HSL327.63º57.2%47.65%-
HSV(B)327.63º72.77%74.9%-
XYZ26.5415.0621.59-
YUV102.11142.05191.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 127 (50% from 255) = 34.32%
R=51.62%
G=14.05%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915212700.730.340.25327.6357.247.65
HexBF347F04922191483930
Octal27764177011142315107160
Binary1011111111010011111110100100110001011001101001000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF347F; }

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

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

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

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

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

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

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

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