Html Css Color HEX #B8319B Medium Red Violet

📋 copy color: '#B8319B'

red 184 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #B8319B

Tints of Medium Red Violet #B8319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.63%

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

R = 47.42%
G = 12.63%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8319B (or 0xB8319B) is known color: Medium Red Violet. HEX triplet: B8, 31 and 9B. RGB value is (184,49,155). Sum of RGB (Red+Green+Blue) = 184+49+155=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B8319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8319B is #47CE64. Grayscale: #656565. Windows color (decimal): -4705893 or 10170808. OLE color: 10170808.

HSL color Cylindrical-coordinate representation of color #B8319B: hue angle of 312.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8319B is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 155 -
CMYK 0 0.73 0.16 0.28
HSL 312.89º 0.58% 0.46% -
HSV(B) 312.89º 0.73% 0.72% -
XYZ 26.78 14.75 32.45 -
YUV 101.45 158.23 186.88 -
System Red Green Blue C M Y K H S L
Decimal 184 49 155 0 0.73 0.16 0.28 312.89 0.58 0.46
Hex B8 31 9B 0 49 10 1C 139 3A 2E
Octal 270 61 233 0 111 20 34 471 72 56
Binary 10111000 110001 10011011 0 1001001 10000 11100 100111001 111010 101110

Color Harmonies of #B8319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8319B

Black with #B8319B

Text Example


Text Example

White with #B8319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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