Html Css Color HEX #B9137A Medium Violet Red

📋 copy color: '#B9137A'

red 185 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #B9137A

Tints of Medium Violet Red #B9137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 56.75%
G = 5.83%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9137A (or 0xB9137A) is known color: Medium Violet Red. HEX triplet: B9, 13 and 7A. RGB value is (185,19,122). Sum of RGB (Red+Green+Blue) = 185+19+122=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9137A is #46EC85. Grayscale: #505050. Windows color (decimal): -4648070 or 8000441. OLE color: 8000441.

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

Color convert

RGB 185 19 122 -
CMYK 0 0.90 0.34 0.27
HSL 322.77º 0.81% 0.4% -
HSV(B) 322.77º 0.9% 0.73% -
XYZ 23.75 12.19 19.51 -
YUV 80.38 151.5 202.62 -
System Red Green Blue C M Y K H S L
Decimal 185 19 122 0 0.90 0.34 0.27 322.77 0.81 0.4
Hex B9 13 7A 0 5A 22 1B 143 51 28
Octal 271 23 172 0 132 42 33 503 121 50
Binary 10111001 10011 1111010 0 1011010 100010 11011 101000011 1010001 101000

Color Harmonies of #B9137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9137A

Black with #B9137A

Text Example


Text Example

White with #B9137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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