#bf2879

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

Shades of Medium Red Violet #BF2879

Tints of Medium Red Violet #BF2879

Color information

#BF2879 (or 0xBF2879) is unknown color: approx Medium Red Violet. HEX triplet: BF, 28 and 79. RGB value is (191,40,121). Sum of RGB (Red+Green+Blue) = 191+40+121=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2879 is #40D786. Grayscale: #5E5E5E. Windows color (decimal): -4249479 or 7940287. OLE color: 7940287.

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

Color convert

RGB19140121-
CMYK00.790.370.25
HSL327.81º65.37%45.29%-
HSV(B)327.81º79.06%74.9%-
XYZ25.713.9719.43-
YUV94.38143.03196.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 40 (16.02% from 255) = 11.36%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=54.26%
G=11.36%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914012100.790.370.25327.8165.3745.29
HexBF287904F2519148412d
Octal277501710117453151010155
Binary10111111101000111100101001111100101110011010010001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2879; }

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

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

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

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

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

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

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

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