#B30490

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

Shades of Medium Violet Red #B30490

Tints of Medium Violet Red #B30490

Color information

#B30490 (or 0xB30490) is unknown color: approx Medium Violet Red. HEX triplet: B3, 04 and 90. RGB value is (179,4,144). Sum of RGB (Red+Green+Blue) = 179+4+144=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B30490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30490 is #4CFB6F. Grayscale: #474747. Windows color (decimal): -5045104 or 9438387. OLE color: 9438387.

HSL color Cylindrical-coordinate representation of color #B30490: hue angle of 312º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30490 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB1794144-
CMYK00.980.200.30
HSL312º95.63%35.88%-
HSV(B)312º97.77%70.2%-
XYZ23.6711.6827.39-
YUV72.28168.48204.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=54.74%
G=1.22%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179414400.980.200.3031295.6335.88
HexB3490062141E1386024
Octal26342200142243647014044
Binary10110011100100100000110001010100111101001110001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30490; }

 p { color: rgb(179,4,144); }

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

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

 a { background-color: rgb(179,4,144); }

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

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

 span { border-color: rgb(179,4,144); }

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