Html Css Color HEX #B8379B Medium Red Violet

📋 copy color: '#B8379B'

red 184 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #B8379B

Tints of Medium Red Violet #B8379B

RGB

 RED value IS 184 (72.27% from 255) = 46.7%

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

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 46.7%
G = 13.96%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8379B (or 0xB8379B) is known color: Medium Red Violet. HEX triplet: B8, 37 and 9B. RGB value is (184,55,155). Sum of RGB (Red+Green+Blue) = 184+55+155=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8379B is #47C864. Grayscale: #686868. Windows color (decimal): -4704357 or 10172344. OLE color: 10172344.

HSL color Cylindrical-coordinate representation of color #B8379B: hue angle of 313.49º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8379B is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 55 155 -
CMYK 0 0.70 0.16 0.28
HSL 313.49º 0.54% 0.47% -
HSV(B) 313.49º 0.7% 0.72% -
XYZ 27.05 15.29 32.54 -
YUV 104.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 184 55 155 0 0.70 0.16 0.28 313.49 0.54 0.47
Hex B8 37 9B 0 46 10 1C 139 36 2F
Octal 270 67 233 0 106 20 34 471 66 57
Binary 10111000 110111 10011011 0 1000110 10000 11100 100111001 110110 101111

Color Harmonies of #B8379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8379B

Black with #B8379B

Text Example


Text Example

White with #B8379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8379B; }

 p { color: rgb(184,55,155); }

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

background-color css

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

 a { background-color: rgb(184,55,155); }

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

border-color css

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

 span { border-color: rgb(184,55,155); }

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