Html Css Color HEX #B9049B Medium Violet Red

📋 copy color: '#B9049B'

red 185 ◦ green 4 ◦ blue 155

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

Shades of Medium Violet Red #B9049B

Tints of Medium Violet Red #B9049B

RGB

 RED value IS 185 (72.66% from 255) = 53.78%

 GREEN value IS 4 (1.95% from 255) = 1.16%

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 53.78%
G = 1.16%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9049B (or 0xB9049B) is known color: Medium Violet Red. HEX triplet: B9, 04 and 9B. RGB value is (185,4,155). Sum of RGB (Red+Green+Blue) = 185+4+155=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9049B is #46FB64. Grayscale: #4A4A4A. Windows color (decimal): -4651877 or 10159289. OLE color: 10159289.

HSL color Cylindrical-coordinate representation of color #B9049B: hue angle of 309.94º 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 #B9049B is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 155 -
CMYK 0 0.98 0.16 0.27
HSL 309.94º 0.96% 0.37% -
HSV(B) 309.94º 0.98% 0.73% -
XYZ 25.97 12.77 32.11 -
YUV 75.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 185 4 155 0 0.98 0.16 0.27 309.94 0.96 0.37
Hex B9 4 9B 0 62 10 1B 136 60 25
Octal 271 4 233 0 142 20 33 466 140 45
Binary 10111001 100 10011011 0 1100010 10000 11011 100110110 1100000 100101

Color Harmonies of #B9049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9049B

Black with #B9049B

Text Example


Text Example

White with #B9049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9049B; }

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

 H1.HeaderClassName
 {
   color: #B9049B;
 }
 .AnyTagClassName
 {
   color: #B9049B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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