#B4319A

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

Shades of Medium Red Violet #B4319A

Tints of Medium Red Violet #B4319A

Color information

#B4319A (or 0xB4319A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 31 and 9A. RGB value is (180,49,154). Sum of RGB (Red+Green+Blue) = 180+49+154=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4319A is #4BCE65. Grayscale: #636363. Windows color (decimal): -4968038 or 10105268. OLE color: 10105268.

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

Color convert

RGB18049154-
CMYK00.730.140.29
HSL311.91º57.21%44.9%-
HSV(B)311.91º72.78%70.59%-
XYZ25.7514.2331.96-
YUV100.14158.4184.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 49 (19.53% from 255) = 12.79%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=47.00%
G=12.79%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804915400.730.140.29311.9157.2144.9
HexB4319A049E1D138392d
Octal26461232011116354707155
Binary101101001100011001101001001001111011101100111000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4319A; }

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

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

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

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

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

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

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

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