Html Css Color HEX #B9149B Medium Violet Red

📋 copy color: '#B9149B'

red 185 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #B9149B

Tints of Medium Violet Red #B9149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

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

R = 51.39%
G = 5.56%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9149B (or 0xB9149B) is known color: Medium Violet Red. HEX triplet: B9, 14 and 9B. RGB value is (185,20,155). Sum of RGB (Red+Green+Blue) = 185+20+155=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9149B is #46EB64. Grayscale: #545454. Windows color (decimal): -4647781 or 10163385. OLE color: 10163385.

HSL color Cylindrical-coordinate representation of color #B9149B: hue angle of 310.91º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9149B is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 155 -
CMYK 0 0.89 0.16 0.27
HSL 310.91º 0.8% 0.4% -
HSV(B) 310.91º 0.89% 0.73% -
XYZ 26.17 13.18 32.18 -
YUV 84.73 167.66 199.52 -
System Red Green Blue C M Y K H S L
Decimal 185 20 155 0 0.89 0.16 0.27 310.91 0.8 0.4
Hex B9 14 9B 0 59 10 1B 137 50 28
Octal 271 24 233 0 131 20 33 467 120 50
Binary 10111001 10100 10011011 0 1011001 10000 11011 100110111 1010000 101000

Color Harmonies of #B9149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9149B

Black with #B9149B

Text Example


Text Example

White with #B9149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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