Html Css Color HEX #B9378D Medium Red Violet

📋 copy color: '#B9378D'

red 185 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #B9378D

Tints of Medium Red Violet #B9378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 48.56%
G = 14.44%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9378D (or 0xB9378D) is known color: Medium Red Violet. HEX triplet: B9, 37 and 8D. RGB value is (185,55,141). Sum of RGB (Red+Green+Blue) = 185+55+141=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9378D is #46C872. Grayscale: #676767. Windows color (decimal): -4638835 or 9254841. OLE color: 9254841.

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

Color convert

RGB 185 55 141 -
CMYK 0 0.70 0.24 0.27
HSL 320.31º 0.54% 0.47% -
HSV(B) 320.31º 0.7% 0.73% -
XYZ 26.18 14.97 26.71 -
YUV 103.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 185 55 141 0 0.70 0.24 0.27 320.31 0.54 0.47
Hex B9 37 8D 0 46 18 1B 140 36 2F
Octal 271 67 215 0 106 30 33 500 66 57
Binary 10111001 110111 10001101 0 1000110 11000 11011 101000000 110110 101111

Color Harmonies of #B9378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9378D

Black with #B9378D

Text Example


Text Example

White with #B9378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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