Html Css Color HEX #B9378B Medium Red Violet

📋 copy color: '#B9378B'

red 185 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #B9378B

Tints of Medium Red Violet #B9378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 48.81%
G = 14.51%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9378B (or 0xB9378B) is known color: Medium Red Violet. HEX triplet: B9, 37 and 8B. RGB value is (185,55,139). Sum of RGB (Red+Green+Blue) = 185+55+139=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9378B is #46C874. Grayscale: #676767. Windows color (decimal): -4638837 or 9123769. OLE color: 9123769.

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

Color convert

RGB 185 55 139 -
CMYK 0 0.70 0.25 0.27
HSL 321.23º 0.54% 0.47% -
HSV(B) 321.23º 0.7% 0.73% -
XYZ 26.03 14.91 25.93 -
YUV 103.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 185 55 139 0 0.70 0.25 0.27 321.23 0.54 0.47
Hex B9 37 8B 0 46 19 1B 141 36 2F
Octal 271 67 213 0 106 31 33 501 66 57
Binary 10111001 110111 10001011 0 1000110 11001 11011 101000001 110110 101111

Color Harmonies of #B9378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9378B

Black with #B9378B

Text Example


Text Example

White with #B9378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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