#B4318D

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

Shades of Medium Red Violet #B4318D

Tints of Medium Red Violet #B4318D

Color information

#B4318D (or 0xB4318D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 31 and 8D. RGB value is (180,49,141). Sum of RGB (Red+Green+Blue) = 180+49+141=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4318D is #4BCE72. Grayscale: #626262. Windows color (decimal): -4968051 or 9253300. OLE color: 9253300.

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

Color convert

RGB18049141-
CMYK00.730.220.29
HSL317.86º57.21%44.9%-
HSV(B)317.86º72.78%70.59%-
XYZ24.7313.8226.56-
YUV98.66151.9186.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 49 (19.53% from 255) = 13.24%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=48.65%
G=13.24%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804914100.730.220.29317.8657.2144.9
HexB4318D049161D13e392d
Octal26461215011126354767155
Binary1011010011000110001101010010011011011101100111110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4318D; }

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

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

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

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

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

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

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

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