#b00b9e

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

Shades of Medium Violet Red #B00B9E

Tints of Medium Violet Red #B00B9E

Color information

#B00B9E (or 0xB00B9E) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0B and 9E. RGB value is (176,11,158). Sum of RGB (Red+Green+Blue) = 176+11+158=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00B9E is #4FF461. Grayscale: #4C4C4C. Windows color (decimal): -5239906 or 10357680. OLE color: 10357680.

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

Color convert

RGB17611158-
CMYK00.940.100.31
HSL306.55º88.24%36.67%-
HSV(B)306.55º93.75%69.02%-
XYZ24.211.9433.38-
YUV77.09173.66198.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 11 (4.69% from 255) = 3.19%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=51.01%
G=3.19%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761115800.940.100.31306.5588.2436.67
HexB0B9E05EA1F1335825
Octal260132360136123746313045
Binary10110000101110011110010111101010111111001100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b00b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b00b9e; }

 p { color: rgb(176,11,158); }

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

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

 a { background-color: rgb(176,11,158); }

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

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

 span { border-color: rgb(176,11,158); }

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