#B8089B

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

Shades of Medium Violet Red #B8089B

Tints of Medium Violet Red #B8089B

Color information

#B8089B (or 0xB8089B) is unknown color: approx Medium Violet Red. HEX triplet: B8, 08 and 9B. RGB value is (184,8,155). Sum of RGB (Red+Green+Blue) = 184+8+155=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8089B is #47F764. Grayscale: #4C4C4C. Windows color (decimal): -4716389 or 10160312. OLE color: 10160312.

HSL color Cylindrical-coordinate representation of color #B8089B: hue angle of 309.89º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8089B is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB1848155-
CMYK00.960.160.28
HSL309.89º91.67%37.65%-
HSV(B)309.89º95.65%72.16%-
XYZ25.7712.7332.11-
YUV77.38171.81204.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=53.03%
G=2.31%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184815500.960.160.28309.8991.6737.65
HexB889B060101C1365c26
Octal270102330140203446613446
Binary101110001000100110110110000010000111001001101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8089B; }

 p { color: rgb(184,8,155); }

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

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

 a { background-color: rgb(184,8,155); }

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

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

 span { border-color: rgb(184,8,155); }

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