#B00F96

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

Shades of Medium Violet Red #B00F96

Tints of Medium Violet Red #B00F96

Color information

#B00F96 (or 0xB00F96) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0F and 96. RGB value is (176,15,150). Sum of RGB (Red+Green+Blue) = 176+15+150=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00F96 is #4FF069. Grayscale: #4E4E4E. Windows color (decimal): -5238890 or 9834416. OLE color: 9834416.

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

Color convert

RGB17615150-
CMYK00.910.150.31
HSL309.69º84.29%37.45%-
HSV(B)309.69º91.48%69.02%-
XYZ23.5811.7729.88-
YUV78.53168.34197.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 15 (6.25% from 255) = 4.40%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=51.61%
G=4.40%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761515000.910.150.31309.6984.2937.45
HexB0F9605BF1F1365425
Octal260172260133173746612445
Binary10110000111110010110010110111111111111001101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F96; }

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

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

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

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

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

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

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

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