Html Css Color HEX #B9377A Medium Red Violet

📋 copy color: '#B9377A'

red 185 ◦ green 55 ◦ blue 122

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

Shades of Medium Red Violet #B9377A

Tints of Medium Red Violet #B9377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 51.1%
G = 15.19%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9377A (or 0xB9377A) is known color: Medium Red Violet. HEX triplet: B9, 37 and 7A. RGB value is (185,55,122). Sum of RGB (Red+Green+Blue) = 185+55+122=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9377A is #46C885. Grayscale: #656565. Windows color (decimal): -4638854 or 8009657. OLE color: 8009657.

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

Color convert

RGB 185 55 122 -
CMYK 0 0.70 0.34 0.27
HSL 329.08º 0.54% 0.47% -
HSV(B) 329.08º 0.7% 0.73% -
XYZ 24.89 14.45 19.89 -
YUV 101.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 185 55 122 0 0.70 0.34 0.27 329.08 0.54 0.47
Hex B9 37 7A 0 46 22 1B 149 36 2F
Octal 271 67 172 0 106 42 33 511 66 57
Binary 10111001 110111 1111010 0 1000110 100010 11011 101001001 110110 101111

Color Harmonies of #B9377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9377A

Black with #B9377A

Text Example


Text Example

White with #B9377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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