#B00B93

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

Shades of Medium Violet Red #B00B93

Tints of Medium Violet Red #B00B93

Color information

#B00B93 (or 0xB00B93) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0B and 93. RGB value is (176,11,147). Sum of RGB (Red+Green+Blue) = 176+11+147=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00B93 is #4FF46C. Grayscale: #4B4B4B. Windows color (decimal): -5239917 or 9636784. OLE color: 9636784.

HSL color Cylindrical-coordinate representation of color #B00B93: hue angle of 310.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 #B00B93 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17611147-
CMYK00.940.160.31
HSL310.55º88.24%36.67%-
HSV(B)310.55º93.75%69.02%-
XYZ23.2911.5828.61-
YUV75.84168.16199.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 11 (4.69% from 255) = 3.29%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=52.69%
G=3.29%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761114700.940.160.31310.5588.2436.67
HexB0B9305E101F1375825
Octal260132230136203746713045
Binary101100001011100100110101111010000111111001101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B93; }

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

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

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

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

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

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

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

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