Html Css Color HEX #B9198B Medium Violet Red

📋 copy color: '#B9198B'

red 185 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #B9198B

Tints of Medium Violet Red #B9198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 53.01%
G = 7.16%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9198B (or 0xB9198B) is known color: Medium Violet Red. HEX triplet: B9, 19 and 8B. RGB value is (185,25,139). Sum of RGB (Red+Green+Blue) = 185+25+139=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9198B is #46E674. Grayscale: #555555. Windows color (decimal): -4646517 or 9116089. OLE color: 9116089.

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

Color convert

RGB 185 25 139 -
CMYK 0 0.86 0.25 0.27
HSL 317.25º 0.76% 0.41% -
HSV(B) 317.25º 0.86% 0.73% -
XYZ 25.02 12.87 25.59 -
YUV 85.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 185 25 139 0 0.86 0.25 0.27 317.25 0.76 0.41
Hex B9 19 8B 0 56 19 1B 13D 4C 29
Octal 271 31 213 0 126 31 33 475 114 51
Binary 10111001 11001 10001011 0 1010110 11001 11011 100111101 1001100 101001

Color Harmonies of #B9198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9198B

Black with #B9198B

Text Example


Text Example

White with #B9198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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