Html Css Color HEX #B9178D Medium Violet Red

📋 copy color: '#B9178D'

red 185 ◦ green 23 ◦ blue 141

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

Shades of Medium Violet Red #B9178D

Tints of Medium Violet Red #B9178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 53.01%
G = 6.59%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9178D (or 0xB9178D) is known color: Medium Violet Red. HEX triplet: B9, 17 and 8D. RGB value is (185,23,141). Sum of RGB (Red+Green+Blue) = 185+23+141=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9178D is #46E872. Grayscale: #545454. Windows color (decimal): -4647027 or 9246649. OLE color: 9246649.

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

Color convert

RGB 185 23 141 -
CMYK 0 0.88 0.24 0.27
HSL 316.3º 0.78% 0.41% -
HSV(B) 316.3º 0.88% 0.73% -
XYZ 25.12 12.85 26.36 -
YUV 84.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 185 23 141 0 0.88 0.24 0.27 316.3 0.78 0.41
Hex B9 17 8D 0 58 18 1B 13C 4E 29
Octal 271 27 215 0 130 30 33 474 116 51
Binary 10111001 10111 10001101 0 1011000 11000 11011 100111100 1001110 101001

Color Harmonies of #B9178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9178D

Black with #B9178D

Text Example


Text Example

White with #B9178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9178D; }

 p { color: rgb(185,23,141); }

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

background-color css

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

 a { background-color: rgb(185,23,141); }

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

border-color css

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

 span { border-color: rgb(185,23,141); }

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