Html Css Color HEX #B9139E Medium Violet Red

📋 copy color: '#B9139E'

red 185 ◦ green 19 ◦ blue 158

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

Shades of Medium Violet Red #B9139E

Tints of Medium Violet Red #B9139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

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

R = 51.1%
G = 5.25%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9139E (or 0xB9139E) is known color: Medium Violet Red. HEX triplet: B9, 13 and 9E. RGB value is (185,19,158). Sum of RGB (Red+Green+Blue) = 185+19+158=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9139E is #46EC61. Grayscale: #545454. Windows color (decimal): -4648034 or 10359737. OLE color: 10359737.

HSL color Cylindrical-coordinate representation of color #B9139E: hue angle of 309.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9139E is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 19 158 -
CMYK 0 0.90 0.15 0.27
HSL 309.76º 0.81% 0.4% -
HSV(B) 309.76º 0.9% 0.73% -
XYZ 26.41 13.25 33.51 -
YUV 84.48 169.5 199.7 -
System Red Green Blue C M Y K H S L
Decimal 185 19 158 0 0.90 0.15 0.27 309.76 0.81 0.4
Hex B9 13 9E 0 5A F 1B 136 51 28
Octal 271 23 236 0 132 17 33 466 121 50
Binary 10111001 10011 10011110 0 1011010 1111 11011 100110110 1010001 101000

Color Harmonies of #B9139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9139E

Black with #B9139E

Text Example


Text Example

White with #B9139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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