#BF208E

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

Shades of Medium Violet Red #BF208E

Tints of Medium Violet Red #BF208E

Color information

#BF208E (or 0xBF208E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 20 and 8E. RGB value is (191,32,142). Sum of RGB (Red+Green+Blue) = 191+32+142=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF208E is #40DF71. Grayscale: #5B5B5B. Windows color (decimal): -4251506 or 9314495. OLE color: 9314495.

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

Color convert

RGB19132142-
CMYK00.830.260.25
HSL318.49º71.3%43.73%-
HSV(B)318.49º83.25%74.9%-
XYZ26.8814.0626.89-
YUV92.08156.18198.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 32 (12.89% from 255) = 8.77%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=52.33%
G=8.77%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913214200.830.260.25318.4971.343.73
HexBF208E0531A1913e472c
Octal277402160123323147610754
Binary10111111100000100011100101001111010110011001111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF208E; }

 p { color: rgb(191,32,142); }

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

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

 a { background-color: rgb(191,32,142); }

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

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

 span { border-color: rgb(191,32,142); }

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