Html Css Color HEX #B9118F Medium Violet Red

📋 copy color: '#B9118F'

red 185 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #B9118F

Tints of Medium Violet Red #B9118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 53.62%
G = 4.93%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9118F (or 0xB9118F) is known color: Medium Violet Red. HEX triplet: B9, 11 and 8F. RGB value is (185,17,143). Sum of RGB (Red+Green+Blue) = 185+17+143=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9118F is #46EE70. Grayscale: #515151. Windows color (decimal): -4648561 or 9376185. OLE color: 9376185.

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

Color convert

RGB 185 17 143 -
CMYK 0 0.91 0.23 0.27
HSL 315º 0.83% 0.4% -
HSV(B) 315º 0.91% 0.73% -
XYZ 25.17 12.7 27.11 -
YUV 81.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 185 17 143 0 0.91 0.23 0.27 315 0.83 0.4
Hex B9 11 8F 0 5B 17 1B 13B 53 28
Octal 271 21 217 0 133 27 33 473 123 50
Binary 10111001 10001 10001111 0 1011011 10111 11011 100111011 1010011 101000

Color Harmonies of #B9118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9118F

Black with #B9118F

Text Example


Text Example

White with #B9118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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