#BF339E

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

Shades of Medium Red Violet #BF339E

Tints of Medium Red Violet #BF339E

Color information

#BF339E (or 0xBF339E) is unknown color: approx Medium Red Violet. HEX triplet: BF, 33 and 9E. RGB value is (191,51,158). Sum of RGB (Red+Green+Blue) = 191+51+158=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF339E is #40CC61. Grayscale: #686868. Windows color (decimal): -4246626 or 10367935. OLE color: 10367935.

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

Color convert

RGB19151158-
CMYK00.730.170.25
HSL314.14º57.85%47.45%-
HSV(B)314.14º73.3%74.9%-
XYZ28.8415.9133.9-
YUV105.06157.88189.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 51 (20.31% from 255) = 12.75%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=47.75%
G=12.75%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915115800.730.170.25314.1457.8547.45
HexBF339E049111913a3a2f
Octal27763236011121314727257
Binary1011111111001110011110010010011000111001100111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF339E; }

 p { color: rgb(191,51,158); }

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

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

 a { background-color: rgb(191,51,158); }

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

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

 span { border-color: rgb(191,51,158); }

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