#B00F98

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

Shades of Medium Violet Red #B00F98

Tints of Medium Violet Red #B00F98

Color information

#B00F98 (or 0xB00F98) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0F and 98. RGB value is (176,15,152). Sum of RGB (Red+Green+Blue) = 176+15+152=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00F98 is #4FF067. Grayscale: #4E4E4E. Windows color (decimal): -5238888 or 9965488. OLE color: 9965488.

HSL color Cylindrical-coordinate representation of color #B00F98: hue angle of 308.94º 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 #B00F98 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17615152-
CMYK00.910.140.31
HSL308.94º84.29%37.45%-
HSV(B)308.94º91.48%69.02%-
XYZ23.7411.8430.74-
YUV78.76169.34197.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 15 (6.25% from 255) = 4.37%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=51.31%
G=4.37%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761515200.910.140.31308.9484.2937.45
HexB0F9805BE1F1355425
Octal260172300133163746512445
Binary10110000111110011000010110111110111111001101011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F98; }

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

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

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

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

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

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

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

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