Html Css Color HEX #B6197C Medium Violet Red

📋 copy color: '#B6197C'

red 182 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #B6197C

Tints of Medium Violet Red #B6197C

RGB

 RED value IS 182 (71.48% from 255) = 54.98%

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

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 54.98%
G = 7.55%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6197C (or 0xB6197C) is known color: Medium Violet Red. HEX triplet: B6, 19 and 7C. RGB value is (182,25,124). Sum of RGB (Red+Green+Blue) = 182+25+124=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B6197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6197C is #49E683. Grayscale: #525252. Windows color (decimal): -4843140 or 8133046. OLE color: 8133046.

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

Color convert

RGB 182 25 124 -
CMYK 0 0.86 0.32 0.29
HSL 322.17º 0.76% 0.41% -
HSV(B) 322.17º 0.86% 0.71% -
XYZ 23.28 12.1 20.18 -
YUV 83.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 182 25 124 0 0.86 0.32 0.29 322.17 0.76 0.41
Hex B6 19 7C 0 56 20 1D 142 4C 29
Octal 266 31 174 0 126 40 35 502 114 51
Binary 10110110 11001 1111100 0 1010110 100000 11101 101000010 1001100 101001

Color Harmonies of #B6197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6197C

Black with #B6197C

Text Example


Text Example

White with #B6197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6197C; }

 p { color: rgb(182,25,124); }

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

background-color css

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

 a { background-color: rgb(182,25,124); }

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

border-color css

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

 span { border-color: rgb(182,25,124); }

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