#B4089B

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

Shades of Medium Violet Red #B4089B

Tints of Medium Violet Red #B4089B

Color information

#B4089B (or 0xB4089B) is unknown color: approx Medium Violet Red. HEX triplet: B4, 08 and 9B. RGB value is (180,8,155). Sum of RGB (Red+Green+Blue) = 180+8+155=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4089B is #4BF764. Grayscale: #4B4B4B. Windows color (decimal): -4978533 or 10160308. OLE color: 10160308.

HSL color Cylindrical-coordinate representation of color #B4089B: hue angle of 308.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4089B is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB1808155-
CMYK00.960.140.29
HSL308.72º91.49%36.86%-
HSV(B)308.72º95.56%70.59%-
XYZ24.8312.2432.07-
YUV76.19172.48202.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 8 (3.52% from 255) = 2.33%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=52.48%
G=2.33%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180815500.960.140.29308.7291.4936.86
HexB489B060E1D1355b25
Octal264102330140163546513345
Binary10110100100010011011011000001110111011001101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4089B; }

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

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

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

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

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

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

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

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