Html Css Color HEX #B8197A Medium Violet Red

📋 copy color: '#B8197A'

red 184 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #B8197A

Tints of Medium Violet Red #B8197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 55.59%
G = 7.55%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8197A (or 0xB8197A) is known color: Medium Violet Red. HEX triplet: B8, 19 and 7A. RGB value is (184,25,122). Sum of RGB (Red+Green+Blue) = 184+25+122=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8197A is #47E685. Grayscale: #535353. Windows color (decimal): -4712070 or 8001976. OLE color: 8001976.

HSL color Cylindrical-coordinate representation of color #B8197A: hue angle of 323.4º 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 #B8197A is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 122 -
CMYK 0 0.86 0.34 0.28
HSL 323.4º 0.76% 0.41% -
HSV(B) 323.4º 0.86% 0.72% -
XYZ 23.63 12.29 19.54 -
YUV 83.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 184 25 122 0 0.86 0.34 0.28 323.4 0.76 0.41
Hex B8 19 7A 0 56 22 1C 143 4C 29
Octal 270 31 172 0 126 42 34 503 114 51
Binary 10111000 11001 1111010 0 1010110 100010 11100 101000011 1001100 101001

Color Harmonies of #B8197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8197A

Black with #B8197A

Text Example


Text Example

White with #B8197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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