Html Css Color HEX #B2197E Medium Violet Red

📋 copy color: '#B2197E'

red 178 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #B2197E

Tints of Medium Violet Red #B2197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 54.1%
G = 7.6%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2197E (or 0xB2197E) is known color: Medium Violet Red. HEX triplet: B2, 19 and 7E. RGB value is (178,25,126). Sum of RGB (Red+Green+Blue) = 178+25+126=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2197E is #4DE681. Grayscale: #525252. Windows color (decimal): -5105282 or 8264114. OLE color: 8264114.

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

Color convert

RGB 178 25 126 -
CMYK 0 0.86 0.29 0.30
HSL 320.39º 0.75% 0.4% -
HSV(B) 320.39º 0.86% 0.7% -
XYZ 22.47 11.67 20.81 -
YUV 82.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 178 25 126 0 0.86 0.29 0.30 320.39 0.75 0.4
Hex B2 19 7E 0 56 1D 1E 140 4B 28
Octal 262 31 176 0 126 35 36 500 113 50
Binary 10110010 11001 1111110 0 1010110 11101 11110 101000000 1001011 101000

Color Harmonies of #B2197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2197E

Black with #B2197E

Text Example


Text Example

White with #B2197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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