Html Css Color HEX #B9048D Medium Violet Red

📋 copy color: '#B9048D'

red 185 ◦ green 4 ◦ blue 141

#B9048D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B9048D

Tints of Medium Violet Red #B9048D

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 value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9048D (or 0xB9048D) is known color: 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

RGB 185 4 141 -
CMYK 0 0.98 0.24 0.27
HSL 314.59º 0.96% 0.37% -
HSV(B) 314.59º 0.98% 0.73% -
XYZ 24.86 12.32 26.27 -
YUV 73.74 165.97 207.36 -
System Red Green Blue C M Y K H S L
Decimal 185 4 141 0 0.98 0.24 0.27 314.59 0.96 0.37
Hex B9 4 8D 0 62 18 1B 13B 60 25
Octal 271 4 215 0 142 30 33 473 140 45
Binary 10111001 100 10001101 0 1100010 11000 11011 100111011 1100000 100101

Color Harmonies of #B9048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9048D

Black with #B9048D

Text Example


Text Example

White with #B9048D

Text Example


Text Example

HTML Codes & Css Web 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>