Html Css Color HEX #B9049D Medium Violet Red

📋 copy color: '#B9049D'

red 185 ◦ green 4 ◦ blue 157

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

Shades of Medium Violet Red #B9049D

Tints of Medium Violet Red #B9049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 53.47%
G = 1.16%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9049D (or 0xB9049D) is known color: Medium Violet Red. HEX triplet: B9, 04 and 9D. RGB value is (185,4,157). Sum of RGB (Red+Green+Blue) = 185+4+157=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9049D is #46FB62. Grayscale: #4B4B4B. Windows color (decimal): -4651875 or 10290361. OLE color: 10290361.

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

Color convert

RGB 185 4 157 -
CMYK 0 0.98 0.15 0.27
HSL 309.28º 0.96% 0.37% -
HSV(B) 309.28º 0.98% 0.73% -
XYZ 26.14 12.84 33 -
YUV 75.56 173.97 206.06 -
System Red Green Blue C M Y K H S L
Decimal 185 4 157 0 0.98 0.15 0.27 309.28 0.96 0.37
Hex B9 4 9D 0 62 F 1B 135 60 25
Octal 271 4 235 0 142 17 33 465 140 45
Binary 10111001 100 10011101 0 1100010 1111 11011 100110101 1100000 100101

Color Harmonies of #B9049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9049D

Black with #B9049D

Text Example


Text Example

White with #B9049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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