#B00F79

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

Shades of Medium Violet Red #B00F79

Tints of Medium Violet Red #B00F79

Color information

#B00F79 (or 0xB00F79) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0F and 79. RGB value is (176,15,121). Sum of RGB (Red+Green+Blue) = 176+15+121=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F79 is #4FF086. Grayscale: #4A4A4A. Windows color (decimal): -5238919 or 7933872. OLE color: 7933872.

HSL color Cylindrical-coordinate representation of color #B00F79: hue angle of 320.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F79 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17615121-
CMYK00.910.310.31
HSL320.5º84.29%37.45%-
HSV(B)320.5º91.48%69.02%-
XYZ21.5310.9519.07-
YUV75.22153.84199.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.41%
GREEN value IS 15 (6.25% from 255) = 4.81%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=56.41%
G=4.81%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761512100.910.310.31320.584.2937.45
HexB0F7905B1F1F1405425
Octal260171710133373750012445
Binary10110000111111110010101101111111111111010000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F79; }

 p { color: rgb(176,15,121); }

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

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

 a { background-color: rgb(176,15,121); }

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

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

 span { border-color: rgb(176,15,121); }

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