#B2089B

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

Shades of Medium Violet Red #B2089B

Tints of Medium Violet Red #B2089B

Color information

#B2089B (or 0xB2089B) is unknown color: approx Medium Violet Red. HEX triplet: B2, 08 and 9B. RGB value is (178,8,155). Sum of RGB (Red+Green+Blue) = 178+8+155=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2089B is #4DF764. Grayscale: #4B4B4B. Windows color (decimal): -5109605 or 10160306. OLE color: 10160306.

HSL color Cylindrical-coordinate representation of color #B2089B: hue angle of 308.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2089B is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB1788155-
CMYK00.960.130.30
HSL308.12º91.4%36.47%-
HSV(B)308.12º95.51%69.8%-
XYZ24.3612.0132.04-
YUV75.59172.82201.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 8 (3.52% from 255) = 2.35%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=52.20%
G=2.35%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178815500.960.130.30308.1291.436.47
HexB289B060D1E1345b24
Octal262102330140153646413344
Binary10110010100010011011011000001101111101001101001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2089B; }

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

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

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

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

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

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

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

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