#BF339A

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

Shades of Medium Red Violet #BF339A

Tints of Medium Red Violet #BF339A

Color information

#BF339A (or 0xBF339A) is unknown color: approx Medium Red Violet. HEX triplet: BF, 33 and 9A. RGB value is (191,51,154). Sum of RGB (Red+Green+Blue) = 191+51+154=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF339A is #40CC65. Grayscale: #686868. Windows color (decimal): -4246630 or 10105791. OLE color: 10105791.

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

Color convert

RGB19151154-
CMYK00.730.190.25
HSL315.86º57.85%47.45%-
HSV(B)315.86º73.3%74.9%-
XYZ28.515.7832.11-
YUV104.6155.88189.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 51 (20.31% from 255) = 12.88%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=48.23%
G=12.88%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915115400.730.190.25315.8657.8547.45
HexBF339A049131913c3a2f
Octal27763232011123314747257
Binary1011111111001110011010010010011001111001100111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF339A; }

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

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

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

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

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

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

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

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