Html Css Color HEX #B7198A Medium Violet Red

📋 copy color: '#B7198A'

red 183 ◦ green 25 ◦ blue 138

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

Shades of Medium Violet Red #B7198A

Tints of Medium Violet Red #B7198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 52.89%
G = 7.23%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7198A (or 0xB7198A) is known color: Medium Violet Red. HEX triplet: B7, 19 and 8A. RGB value is (183,25,138). Sum of RGB (Red+Green+Blue) = 183+25+138=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7198A is #48E675. Grayscale: #545454. Windows color (decimal): -4777590 or 9050551. OLE color: 9050551.

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

Color convert

RGB 183 25 138 -
CMYK 0 0.86 0.25 0.28
HSL 317.09º 0.76% 0.41% -
HSV(B) 317.09º 0.86% 0.72% -
XYZ 24.46 12.6 25.19 -
YUV 85.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 183 25 138 0 0.86 0.25 0.28 317.09 0.76 0.41
Hex B7 19 8A 0 56 19 1C 13D 4C 29
Octal 267 31 212 0 126 31 34 475 114 51
Binary 10110111 11001 10001010 0 1010110 11001 11100 100111101 1001100 101001

Color Harmonies of #B7198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7198A

Black with #B7198A

Text Example


Text Example

White with #B7198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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