Html Css Color HEX #B9197C Medium Violet Red

📋 copy color: '#B9197C'

red 185 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #B9197C

Tints of Medium Violet Red #B9197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

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

R = 55.39%
G = 7.49%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9197C (or 0xB9197C) is known color: Medium Violet Red. HEX triplet: B9, 19 and 7C. RGB value is (185,25,124). Sum of RGB (Red+Green+Blue) = 185+25+124=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9197C is #46E683. Grayscale: #535353. Windows color (decimal): -4646532 or 8133049. OLE color: 8133049.

HSL color Cylindrical-coordinate representation of color #B9197C: hue angle of 322.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9197C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 124 -
CMYK 0 0.86 0.33 0.27
HSL 322.88º 0.76% 0.41% -
HSV(B) 322.88º 0.86% 0.73% -
XYZ 23.99 12.46 20.21 -
YUV 84.13 150.51 199.95 -
System Red Green Blue C M Y K H S L
Decimal 185 25 124 0 0.86 0.33 0.27 322.88 0.76 0.41
Hex B9 19 7C 0 56 21 1B 143 4C 29
Octal 271 31 174 0 126 41 33 503 114 51
Binary 10111001 11001 1111100 0 1010110 100001 11011 101000011 1001100 101001

Color Harmonies of #B9197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9197C

Black with #B9197C

Text Example


Text Example

White with #B9197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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