#B0289B

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

Shades of Medium Red Violet #B0289B

Tints of Medium Red Violet #B0289B

Color information

#B0289B (or 0xB0289B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 28 and 9B. RGB value is (176,40,155). Sum of RGB (Red+Green+Blue) = 176+40+155=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0289B is #4FD764. Grayscale: #5D5D5D. Windows color (decimal): -5232485 or 10168496. OLE color: 10168496.

HSL color Cylindrical-coordinate representation of color #B0289B: hue angle of 309.26º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0289B is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17640155-
CMYK00.770.120.31
HSL309.26º62.96%42.35%-
HSV(B)309.26º77.27%69.02%-
XYZ24.5813.1132.25-
YUV93.77162.56186.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 40 (16.02% from 255) = 10.78%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=47.44%
G=10.78%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764015500.770.120.31309.2662.9642.35
HexB0289B04DC1F1353f2a
Octal26050233011514374657752
Binary101100001010001001101101001101110011111100110101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0289B; }

 p { color: rgb(176,40,155); }

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

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

 a { background-color: rgb(176,40,155); }

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

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

 span { border-color: rgb(176,40,155); }

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