#BF399C

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

Shades of Medium Red Violet #BF399C

Tints of Medium Red Violet #BF399C

Color information

#BF399C (or 0xBF399C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 39 and 9C. RGB value is (191,57,156). Sum of RGB (Red+Green+Blue) = 191+57+156=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF399C is #40C663. Grayscale: #6C6C6C. Windows color (decimal): -4245092 or 10238399. OLE color: 10238399.

HSL color Cylindrical-coordinate representation of color #BF399C: hue angle of 315.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF399C is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19157156-
CMYK00.700.180.25
HSL315.67º54.03%48.63%-
HSV(B)315.67º70.16%74.9%-
XYZ28.9516.433.09-
YUV108.35154.89186.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=47.28%
G=14.11%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915715600.700.180.25315.6754.0348.63
HexBF399C046121913c3631
Octal27771234010622314746661
Binary1011111111100110011100010001101001011001100111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF399C; }

 p { color: rgb(191,57,156); }

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

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

 a { background-color: rgb(191,57,156); }

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

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

 span { border-color: rgb(191,57,156); }

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