Html Css Color HEX #B9149A Medium Violet Red

📋 copy color: '#B9149A'

red 185 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #B9149A

Tints of Medium Violet Red #B9149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 51.53%
G = 5.57%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9149A (or 0xB9149A) is known color: Medium Violet Red. HEX triplet: B9, 14 and 9A. RGB value is (185,20,154). Sum of RGB (Red+Green+Blue) = 185+20+154=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9149A is #46EB65. Grayscale: #545454. Windows color (decimal): -4647782 or 10097849. OLE color: 10097849.

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

Color convert

RGB 185 20 154 -
CMYK 0 0.89 0.17 0.27
HSL 311.27º 0.8% 0.4% -
HSV(B) 311.27º 0.89% 0.73% -
XYZ 26.09 13.15 31.73 -
YUV 84.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 185 20 154 0 0.89 0.17 0.27 311.27 0.8 0.4
Hex B9 14 9A 0 59 11 1B 137 50 28
Octal 271 24 232 0 131 21 33 467 120 50
Binary 10111001 10100 10011010 0 1011001 10001 11011 100110111 1010000 101000

Color Harmonies of #B9149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9149A

Black with #B9149A

Text Example


Text Example

White with #B9149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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