Html Css Color HEX #B9149E Medium Violet Red

📋 copy color: '#B9149E'

red 185 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #B9149E

Tints of Medium Violet Red #B9149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 50.96%
G = 5.51%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9149E (or 0xB9149E) is known color: Medium Violet Red. HEX triplet: B9, 14 and 9E. RGB value is (185,20,158). Sum of RGB (Red+Green+Blue) = 185+20+158=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9149E is #46EB61. Grayscale: #545454. Windows color (decimal): -4647778 or 10359993. OLE color: 10359993.

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

Color convert

RGB 185 20 158 -
CMYK 0 0.89 0.15 0.27
HSL 309.82º 0.8% 0.4% -
HSV(B) 309.82º 0.89% 0.73% -
XYZ 26.43 13.28 33.52 -
YUV 85.07 169.16 199.28 -
System Red Green Blue C M Y K H S L
Decimal 185 20 158 0 0.89 0.15 0.27 309.82 0.8 0.4
Hex B9 14 9E 0 59 F 1B 136 50 28
Octal 271 24 236 0 131 17 33 466 120 50
Binary 10111001 10100 10011110 0 1011001 1111 11011 100110110 1010000 101000

Color Harmonies of #B9149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9149E

Black with #B9149E

Text Example


Text Example

White with #B9149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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