#B2197B

Color #B2197B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B2197B

Tints of Medium Violet Red #B2197B

Color information

#B2197B (or 0xB2197B) is unknown color: approx Medium Violet Red. HEX triplet: B2, 19 and 7B. RGB value is (178,25,123). Sum of RGB (Red+Green+Blue) = 178+25+123=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2197B is #4DE684. Grayscale: #515151. Windows color (decimal): -5105285 or 8067506. OLE color: 8067506.

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

Color convert

RGB17825123-
CMYK00.860.310.30
HSL321.57º75.37%39.8%-
HSV(B)321.57º85.96%69.8%-
XYZ22.2811.5919.8-
YUV81.92151.19196.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 25 (10.16% from 255) = 7.67%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=54.60%
G=7.67%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782512300.860.310.30321.5775.3739.8
HexB2197B0561F1E1424b28
Octal262311730126373650211350
Binary101100101100111110110101011011111111101010000101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2197B; }

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

 H1.HeaderClassName
 {
   color: #B2197B;
 }
 .AnyTagClassName
 {
   color: #B2197B;
 }
</style>
background-color css

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

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

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

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

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

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