#BF358F

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

Shades of Medium Red Violet #BF358F

Tints of Medium Red Violet #BF358F

Color information

#BF358F (or 0xBF358F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 35 and 8F. RGB value is (191,53,143). Sum of RGB (Red+Green+Blue) = 191+53+143=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF358F is #40CA70. Grayscale: #686868. Windows color (decimal): -4246129 or 9385407. OLE color: 9385407.

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

Color convert

RGB19153143-
CMYK00.720.250.25
HSL320.87º56.56%47.84%-
HSV(B)320.87º72.25%74.9%-
XYZ27.7215.6127.54-
YUV104.52149.72189.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 53 (21.09% from 255) = 13.70%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=49.35%
G=13.70%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915314300.720.250.25320.8756.5647.84
HexBF358F04819191413930
Octal27765217011031315017160
Binary1011111111010110001111010010001100111001101000001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF358F; }

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

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

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

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

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

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

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

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