Html Css Color HEX #B8198B Medium Violet Red

📋 copy color: '#B8198B'

red 184 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #B8198B

Tints of Medium Violet Red #B8198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 52.87%
G = 7.18%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8198B (or 0xB8198B) is known color: Medium Violet Red. HEX triplet: B8, 19 and 8B. RGB value is (184,25,139). Sum of RGB (Red+Green+Blue) = 184+25+139=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8198B is #47E674. Grayscale: #555555. Windows color (decimal): -4712053 or 9116088. OLE color: 9116088.

HSL color Cylindrical-coordinate representation of color #B8198B: hue angle of 316.98º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8198B is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 139 -
CMYK 0 0.86 0.24 0.28
HSL 316.98º 0.76% 0.41% -
HSV(B) 316.98º 0.86% 0.72% -
XYZ 24.78 12.75 25.58 -
YUV 85.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 184 25 139 0 0.86 0.24 0.28 316.98 0.76 0.41
Hex B8 19 8B 0 56 18 1C 13D 4C 29
Octal 270 31 213 0 126 30 34 475 114 51
Binary 10111000 11001 10001011 0 1010110 11000 11100 100111101 1001100 101001

Color Harmonies of #B8198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8198B

Black with #B8198B

Text Example


Text Example

White with #B8198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8198B; }

 p { color: rgb(184,25,139); }

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

background-color css

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

 a { background-color: rgb(184,25,139); }

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

border-color css

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

 span { border-color: rgb(184,25,139); }

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