Html Css Color HEX #B9118D Medium Violet Red

📋 copy color: '#B9118D'

red 185 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #B9118D

Tints of Medium Violet Red #B9118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

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

R = 53.94%
G = 4.96%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9118D (or 0xB9118D) is known color: Medium Violet Red. HEX triplet: B9, 11 and 8D. RGB value is (185,17,141). Sum of RGB (Red+Green+Blue) = 185+17+141=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9118D is #46EE72. Grayscale: #515151. Windows color (decimal): -4648563 or 9245113. OLE color: 9245113.

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

Color convert

RGB 185 17 141 -
CMYK 0 0.91 0.24 0.27
HSL 315.71º 0.83% 0.4% -
HSV(B) 315.71º 0.91% 0.73% -
XYZ 25.02 12.64 26.32 -
YUV 81.37 161.66 201.92 -
System Red Green Blue C M Y K H S L
Decimal 185 17 141 0 0.91 0.24 0.27 315.71 0.83 0.4
Hex B9 11 8D 0 5B 18 1B 13C 53 28
Octal 271 21 215 0 133 30 33 474 123 50
Binary 10111001 10001 10001101 0 1011011 11000 11011 100111100 1010011 101000

Color Harmonies of #B9118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9118D

Black with #B9118D

Text Example


Text Example

White with #B9118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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