Html Css Color HEX #B9379F Medium Red Violet

📋 copy color: '#B9379F'

red 185 ◦ green 55 ◦ blue 159

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

Shades of Medium Red Violet #B9379F

Tints of Medium Red Violet #B9379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 46.37%
G = 13.78%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9379F (or 0xB9379F) is known color: Medium Red Violet. HEX triplet: B9, 37 and 9F. RGB value is (185,55,159). Sum of RGB (Red+Green+Blue) = 185+55+159=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9379F is #46C860. Grayscale: #696969. Windows color (decimal): -4638817 or 10434489. OLE color: 10434489.

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

Color convert

RGB 185 55 159 -
CMYK 0 0.70 0.14 0.27
HSL 312º 0.54% 0.47% -
HSV(B) 312º 0.7% 0.73% -
XYZ 27.63 15.55 34.35 -
YUV 105.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 185 55 159 0 0.70 0.14 0.27 312 0.54 0.47
Hex B9 37 9F 0 46 E 1B 138 36 2F
Octal 271 67 237 0 106 16 33 470 66 57
Binary 10111001 110111 10011111 0 1000110 1110 11011 100111000 110110 101111

Color Harmonies of #B9379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9379F

Black with #B9379F

Text Example


Text Example

White with #B9379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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