#bf287d

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

Shades of Medium Red Violet #BF287D

Tints of Medium Red Violet #BF287D

Color information

#BF287D (or 0xBF287D) is unknown color: approx Medium Red Violet. HEX triplet: BF, 28 and 7D. RGB value is (191,40,125). Sum of RGB (Red+Green+Blue) = 191+40+125=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF287D is #40D782. Grayscale: #5E5E5E. Windows color (decimal): -4249475 or 8202431. OLE color: 8202431.

HSL color Cylindrical-coordinate representation of color #BF287D: hue angle of 326.23º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF287D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19140125-
CMYK00.790.350.25
HSL326.23º65.37%45.29%-
HSV(B)326.23º79.06%74.9%-
XYZ25.9514.0720.75-
YUV94.84145.03196.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 40 (16.02% from 255) = 11.24%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=53.65%
G=11.24%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914012500.790.350.25326.2365.3745.29
HexBF287D04F2319146412d
Octal277501750117433150610155
Binary10111111101000111110101001111100011110011010001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf287d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf287d; }

 p { color: rgb(191,40,125); }

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

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

 a { background-color: rgb(191,40,125); }

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

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

 span { border-color: rgb(191,40,125); }

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