#B0099F

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

Shades of Medium Violet Red #B0099F

Tints of Medium Violet Red #B0099F

Color information

#B0099F (or 0xB0099F) is unknown color: approx Medium Violet Red. HEX triplet: B0, 09 and 9F. RGB value is (176,9,159). Sum of RGB (Red+Green+Blue) = 176+9+159=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0099F is #4FF660. Grayscale: #4B4B4B. Windows color (decimal): -5240417 or 10422704. OLE color: 10422704.

HSL color Cylindrical-coordinate representation of color #B0099F: hue angle of 306.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0099F is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB1769159-
CMYK00.950.100.31
HSL306.11º90.27%36.27%-
HSV(B)306.11º94.89%69.02%-
XYZ24.2611.9333.82-
YUV76.03174.83199.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=51.16%
G=2.62%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176915900.950.100.31306.1190.2736.27
HexB099F05FA1F1325a24
Octal260112370137123746213244
Binary10110000100110011111010111111010111111001100101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0099F; }

 p { color: rgb(176,9,159); }

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

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

 a { background-color: rgb(176,9,159); }

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

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

 span { border-color: rgb(176,9,159); }

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