#B9048D

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

Shades of Medium Violet Red #B9048D

Tints of Medium Violet Red #B9048D

Color information

#B9048D (or 0xB9048D) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 8D. RGB value is (185,4,141). Sum of RGB (Red+Green+Blue) = 185+4+141=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9048D is #46FB72. Grayscale: #494949. Windows color (decimal): -4651891 or 9241785. OLE color: 9241785.

HSL color Cylindrical-coordinate representation of color #B9048D: hue angle of 314.59º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9048D is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB1854141-
CMYK00.980.240.27
HSL314.59º95.77%37.06%-
HSV(B)314.59º97.84%72.55%-
XYZ24.8612.3226.27-
YUV73.74165.97207.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=56.06%
G=1.21%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185414100.980.240.27314.5995.7737.06
HexB948D062181B13b6025
Octal27142150142303347314045
Binary10111001100100011010110001011000110111001110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9048D; }

 p { color: rgb(185,4,141); }

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

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

 a { background-color: rgb(185,4,141); }

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

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

 span { border-color: rgb(185,4,141); }

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