#BF219C

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

Shades of Medium Violet Red #BF219C

Tints of Medium Violet Red #BF219C

Color information

#BF219C (or 0xBF219C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 21 and 9C. RGB value is (191,33,156). Sum of RGB (Red+Green+Blue) = 191+33+156=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF219C is #40DE63. Grayscale: #5D5D5D. Windows color (decimal): -4251236 or 10232255. OLE color: 10232255.

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

Color convert

RGB19133156-
CMYK00.830.180.25
HSL313.29º70.54%43.92%-
HSV(B)313.29º82.72%74.9%-
XYZ28.0314.5632.79-
YUV94.26162.85197-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 33 (13.28% from 255) = 8.68%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=50.26%
G=8.68%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913315600.830.180.25313.2970.5443.92
HexBF219C0531219139472c
Octal277412340123223147110754
Binary10111111100001100111000101001110010110011001110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF219C; }

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

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

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

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

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

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

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

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