Html Css Color HEX #B9377C Medium Red Violet

📋 copy color: '#B9377C'

red 185 ◦ green 55 ◦ blue 124

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

Shades of Medium Red Violet #B9377C

Tints of Medium Red Violet #B9377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 50.82%
G = 15.11%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9377C (or 0xB9377C) is known color: Medium Red Violet. HEX triplet: B9, 37 and 7C. RGB value is (185,55,124). Sum of RGB (Red+Green+Blue) = 185+55+124=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9377C is #46C883. Grayscale: #656565. Windows color (decimal): -4638852 or 8140729. OLE color: 8140729.

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

Color convert

RGB 185 55 124 -
CMYK 0 0.70 0.33 0.27
HSL 328.15º 0.54% 0.47% -
HSV(B) 328.15º 0.7% 0.73% -
XYZ 25.01 14.5 20.55 -
YUV 101.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 185 55 124 0 0.70 0.33 0.27 328.15 0.54 0.47
Hex B9 37 7C 0 46 21 1B 148 36 2F
Octal 271 67 174 0 106 41 33 510 66 57
Binary 10111001 110111 1111100 0 1000110 100001 11011 101001000 110110 101111

Color Harmonies of #B9377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9377C

Black with #B9377C

Text Example


Text Example

White with #B9377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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