Html Css Color HEX #B9138C Medium Violet Red

📋 copy color: '#B9138C'

red 185 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #B9138C

Tints of Medium Violet Red #B9138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 53.78%
G = 5.52%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9138C (or 0xB9138C) is known color: Medium Violet Red. HEX triplet: B9, 13 and 8C. RGB value is (185,19,140). Sum of RGB (Red+Green+Blue) = 185+19+140=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9138C is #46EC73. Grayscale: #525252. Windows color (decimal): -4648052 or 9180089. OLE color: 9180089.

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

Color convert

RGB 185 19 140 -
CMYK 0 0.90 0.24 0.27
HSL 316.27º 0.81% 0.4% -
HSV(B) 316.27º 0.9% 0.73% -
XYZ 24.97 12.67 25.94 -
YUV 82.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 185 19 140 0 0.90 0.24 0.27 316.27 0.81 0.4
Hex B9 13 8C 0 5A 18 1B 13C 51 28
Octal 271 23 214 0 132 30 33 474 121 50
Binary 10111001 10011 10001100 0 1011010 11000 11011 100111100 1010001 101000

Color Harmonies of #B9138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9138C

Black with #B9138C

Text Example


Text Example

White with #B9138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9138C; }

 p { color: rgb(185,19,140); }

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

background-color css

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

 a { background-color: rgb(185,19,140); }

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

border-color css

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

 span { border-color: rgb(185,19,140); }

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