#B4198D

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

Shades of Medium Violet Red #B4198D

Tints of Medium Violet Red #B4198D

Color information

#B4198D (or 0xB4198D) is unknown color: approx Medium Violet Red. HEX triplet: B4, 19 and 8D. RGB value is (180,25,141). Sum of RGB (Red+Green+Blue) = 180+25+141=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4198D is #4BE672. Grayscale: #545454. Windows color (decimal): -4974195 or 9247156. OLE color: 9247156.

HSL color Cylindrical-coordinate representation of color #B4198D: hue angle of 315.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4198D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18025141-
CMYK00.860.220.29
HSL315.1º75.61%40.2%-
HSV(B)315.1º86.11%70.59%-
XYZ23.9812.3226.31-
YUV84.57159.85196.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 25 (10.16% from 255) = 7.23%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=52.02%
G=7.23%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802514100.860.220.29315.175.6140.2
HexB4198D056161D13b4c28
Octal264312150126263547311450
Binary1011010011001100011010101011010110111011001110111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4198D; }

 p { color: rgb(180,25,141); }

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

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

 a { background-color: rgb(180,25,141); }

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

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

 span { border-color: rgb(180,25,141); }

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