#B00B98

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

Shades of Medium Violet Red #B00B98

Tints of Medium Violet Red #B00B98

Color information

#B00B98 (or 0xB00B98) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0B and 98. RGB value is (176,11,152). Sum of RGB (Red+Green+Blue) = 176+11+152=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00B98 is #4FF467. Grayscale: #4C4C4C. Windows color (decimal): -5239912 or 9964464. OLE color: 9964464.

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

Color convert

RGB17611152-
CMYK00.940.140.31
HSL308.73º88.24%36.67%-
HSV(B)308.73º93.75%69.02%-
XYZ23.6911.7430.72-
YUV76.41170.66199.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=51.92%
G=3.24%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761115200.940.140.31308.7388.2436.67
HexB0B9805EE1F1355825
Octal260132300136163746513045
Binary10110000101110011000010111101110111111001101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B98; }

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

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

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

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

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

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

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

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