Html Css Color HEX #B2197D Medium Violet Red

📋 copy color: '#B2197D'

red 178 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #B2197D

Tints of Medium Violet Red #B2197D

RGB

 RED value IS 178 (69.92% from 255) = 54.27%

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

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

R = 54.27%
G = 7.62%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2197D (or 0xB2197D) is known color: Medium Violet Red. HEX triplet: B2, 19 and 7D. RGB value is (178,25,125). Sum of RGB (Red+Green+Blue) = 178+25+125=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2197D is #4DE682. Grayscale: #515151. Windows color (decimal): -5105283 or 8198578. OLE color: 8198578.

HSL color Cylindrical-coordinate representation of color #B2197D: hue angle of 320.78º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2197D is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 125 -
CMYK 0 0.86 0.30 0.30
HSL 320.78º 0.75% 0.4% -
HSV(B) 320.78º 0.86% 0.7% -
XYZ 22.41 11.64 20.47 -
YUV 82.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 178 25 125 0 0.86 0.30 0.30 320.78 0.75 0.4
Hex B2 19 7D 0 56 1E 1E 141 4B 28
Octal 262 31 175 0 126 36 36 501 113 50
Binary 10110010 11001 1111101 0 1010110 11110 11110 101000001 1001011 101000

Color Harmonies of #B2197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2197D

Black with #B2197D

Text Example


Text Example

White with #B2197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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