Html Css Color HEX #B9197D Medium Violet Red

📋 copy color: '#B9197D'

red 185 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #B9197D

Tints of Medium Violet Red #B9197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 55.22%
G = 7.46%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9197D (or 0xB9197D) is known color: Medium Violet Red. HEX triplet: B9, 19 and 7D. RGB value is (185,25,125). Sum of RGB (Red+Green+Blue) = 185+25+125=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9197D is #46E682. Grayscale: #545454. Windows color (decimal): -4646531 or 8198585. OLE color: 8198585.

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

Color convert

RGB 185 25 125 -
CMYK 0 0.86 0.32 0.27
HSL 322.5º 0.76% 0.41% -
HSV(B) 322.5º 0.86% 0.73% -
XYZ 24.06 12.49 20.54 -
YUV 84.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 185 25 125 0 0.86 0.32 0.27 322.5 0.76 0.41
Hex B9 19 7D 0 56 20 1B 142 4C 29
Octal 271 31 175 0 126 40 33 502 114 51
Binary 10111001 11001 1111101 0 1010110 100000 11011 101000010 1001100 101001

Color Harmonies of #B9197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9197D

Black with #B9197D

Text Example


Text Example

White with #B9197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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