#B4318E

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

Shades of Medium Red Violet #B4318E

Tints of Medium Red Violet #B4318E

Color information

#B4318E (or 0xB4318E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 31 and 8E. RGB value is (180,49,142). Sum of RGB (Red+Green+Blue) = 180+49+142=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4318E is #4BCE71. Grayscale: #626262. Windows color (decimal): -4968050 or 9318836. OLE color: 9318836.

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

Color convert

RGB18049142-
CMYK00.730.210.29
HSL317.4º57.21%44.9%-
HSV(B)317.4º72.78%70.59%-
XYZ24.813.8526.96-
YUV98.77152.4185.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=48.52%
G=13.21%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804914200.730.210.29317.457.2144.9
HexB4318E049151D13d392d
Octal26461216011125354757155
Binary1011010011000110001110010010011010111101100111101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4318E; }

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

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

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

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

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

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

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

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