Html Css Color HEX #B9398E Medium Red Violet

📋 copy color: '#B9398E'

red 185 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #B9398E

Tints of Medium Red Violet #B9398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

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

R = 48.18%
G = 14.84%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9398E (or 0xB9398E) is known color: Medium Red Violet. HEX triplet: B9, 39 and 8E. RGB value is (185,57,142). Sum of RGB (Red+Green+Blue) = 185+57+142=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9398E is #46C671. Grayscale: #686868. Windows color (decimal): -4638322 or 9320889. OLE color: 9320889.

HSL color Cylindrical-coordinate representation of color #B9398E: hue angle of 320.16º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9398E is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 142 -
CMYK 0 0.69 0.23 0.27
HSL 320.16º 0.53% 0.47% -
HSV(B) 320.16º 0.69% 0.73% -
XYZ 26.35 15.19 27.13 -
YUV 104.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 185 57 142 0 0.69 0.23 0.27 320.16 0.53 0.47
Hex B9 39 8E 0 45 17 1B 140 35 2F
Octal 271 71 216 0 105 27 33 500 65 57
Binary 10111001 111001 10001110 0 1000101 10111 11011 101000000 110101 101111

Color Harmonies of #B9398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9398E

Black with #B9398E

Text Example


Text Example

White with #B9398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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