Html Css Color HEX #B9138E Medium Violet Red

📋 copy color: '#B9138E'

red 185 ◦ green 19 ◦ blue 142

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

Shades of Medium Violet Red #B9138E

Tints of Medium Violet Red #B9138E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 53.47%
G = 5.49%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9138E (or 0xB9138E) is known color: Medium Violet Red. HEX triplet: B9, 13 and 8E. RGB value is (185,19,142). Sum of RGB (Red+Green+Blue) = 185+19+142=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9138E is #46EC71. Grayscale: #525252. Windows color (decimal): -4648050 or 9311161. OLE color: 9311161.

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

Color convert

RGB 185 19 142 -
CMYK 0 0.90 0.23 0.27
HSL 315.54º 0.81% 0.4% -
HSV(B) 315.54º 0.9% 0.73% -
XYZ 25.12 12.73 26.72 -
YUV 82.66 161.5 201 -
System Red Green Blue C M Y K H S L
Decimal 185 19 142 0 0.90 0.23 0.27 315.54 0.81 0.4
Hex B9 13 8E 0 5A 17 1B 13C 51 28
Octal 271 23 216 0 132 27 33 474 121 50
Binary 10111001 10011 10001110 0 1011010 10111 11011 100111100 1010001 101000

Color Harmonies of #B9138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9138E

Black with #B9138E

Text Example


Text Example

White with #B9138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9138E; }

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

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

background-color css

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

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

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

border-color css

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

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

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