Html Css Color HEX #B9137C Medium Violet Red

📋 copy color: '#B9137C'

red 185 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #B9137C

Tints of Medium Violet Red #B9137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 56.4%
G = 5.79%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9137C (or 0xB9137C) is known color: Medium Violet Red. HEX triplet: B9, 13 and 7C. RGB value is (185,19,124). Sum of RGB (Red+Green+Blue) = 185+19+124=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9137C is #46EC83. Grayscale: #505050. Windows color (decimal): -4648068 or 8131513. OLE color: 8131513.

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

Color convert

RGB 185 19 124 -
CMYK 0 0.90 0.33 0.27
HSL 322.05º 0.81% 0.4% -
HSV(B) 322.05º 0.9% 0.73% -
XYZ 23.88 12.24 20.17 -
YUV 80.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 185 19 124 0 0.90 0.33 0.27 322.05 0.81 0.4
Hex B9 13 7C 0 5A 21 1B 142 51 28
Octal 271 23 174 0 132 41 33 502 121 50
Binary 10111001 10011 1111100 0 1011010 100001 11011 101000010 1010001 101000

Color Harmonies of #B9137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9137C

Black with #B9137C

Text Example


Text Example

White with #B9137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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