Html Css Color HEX #B7197D Medium Violet Red

📋 copy color: '#B7197D'

red 183 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #B7197D

Tints of Medium Violet Red #B7197D

RGB

 RED value IS 183 (71.88% from 255) = 54.95%

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 54.95%
G = 7.51%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7197D (or 0xB7197D) is known color: Medium Violet Red. HEX triplet: B7, 19 and 7D. RGB value is (183,25,125). Sum of RGB (Red+Green+Blue) = 183+25+125=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7197D is #48E682. Grayscale: #535353. Windows color (decimal): -4777603 or 8198583. OLE color: 8198583.

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

Color convert

RGB 183 25 125 -
CMYK 0 0.86 0.32 0.28
HSL 322.03º 0.76% 0.41% -
HSV(B) 322.03º 0.86% 0.72% -
XYZ 23.58 12.24 20.52 -
YUV 83.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 183 25 125 0 0.86 0.32 0.28 322.03 0.76 0.41
Hex B7 19 7D 0 56 20 1C 142 4C 29
Octal 267 31 175 0 126 40 34 502 114 51
Binary 10110111 11001 1111101 0 1010110 100000 11100 101000010 1001100 101001

Color Harmonies of #B7197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7197D

Black with #B7197D

Text Example


Text Example

White with #B7197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7197D; }

 p { color: rgb(183,25,125); }

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

background-color css

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

 a { background-color: rgb(183,25,125); }

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

border-color css

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

 span { border-color: rgb(183,25,125); }

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