Html Css Color HEX #B9379B Medium Red Violet

📋 copy color: '#B9379B'

red 185 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #B9379B

Tints of Medium Red Violet #B9379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.92%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 46.84%
G = 13.92%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9379B (or 0xB9379B) is known color: Medium Red Violet. HEX triplet: B9, 37 and 9B. RGB value is (185,55,155). Sum of RGB (Red+Green+Blue) = 185+55+155=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9379B is #46C864. Grayscale: #686868. Windows color (decimal): -4638821 or 10172345. OLE color: 10172345.

HSL color Cylindrical-coordinate representation of color #B9379B: hue angle of 313.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9379B is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 155 -
CMYK 0 0.70 0.16 0.27
HSL 313.85º 0.54% 0.47% -
HSV(B) 313.85º 0.7% 0.73% -
XYZ 27.29 15.41 32.55 -
YUV 105.27 156.07 184.87 -
System Red Green Blue C M Y K H S L
Decimal 185 55 155 0 0.70 0.16 0.27 313.85 0.54 0.47
Hex B9 37 9B 0 46 10 1B 13A 36 2F
Octal 271 67 233 0 106 20 33 472 66 57
Binary 10111001 110111 10011011 0 1000110 10000 11011 100111010 110110 101111

Color Harmonies of #B9379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9379B

Black with #B9379B

Text Example


Text Example

White with #B9379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9379B; }

 p { color: rgb(185,55,155); }

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

background-color css

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

 a { background-color: rgb(185,55,155); }

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

border-color css

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

 span { border-color: rgb(185,55,155); }

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