#BF359C

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

Shades of Medium Red Violet #BF359C

Tints of Medium Red Violet #BF359C

Color information

#BF359C (or 0xBF359C) is unknown color: approx Medium Red Violet. HEX triplet: BF, 35 and 9C. RGB value is (191,53,156). Sum of RGB (Red+Green+Blue) = 191+53+156=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF359C is #40CA63. Grayscale: #696969. Windows color (decimal): -4246116 or 10237375. OLE color: 10237375.

HSL color Cylindrical-coordinate representation of color #BF359C: hue angle of 315.22º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF359C is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19153156-
CMYK00.720.180.25
HSL315.22º56.56%47.84%-
HSV(B)315.22º72.25%74.9%-
XYZ28.7616.0233.03-
YUV106156.22188.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 53 (21.09% from 255) = 13.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=47.75%
G=13.25%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915315600.720.180.25315.2256.5647.84
HexBF359C048121913b3930
Octal27765234011022314737160
Binary1011111111010110011100010010001001011001100111011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF359C; }

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

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

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

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

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

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

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

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