#B3047E

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

Shades of Medium Violet Red #B3047E

Tints of Medium Violet Red #B3047E

Color information

#B3047E (or 0xB3047E) is unknown color: approx Medium Violet Red. HEX triplet: B3, 04 and 7E. RGB value is (179,4,126). Sum of RGB (Red+Green+Blue) = 179+4+126=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3047E is #4CFB81. Grayscale: #454545. Windows color (decimal): -5045122 or 8258739. OLE color: 8258739.

HSL color Cylindrical-coordinate representation of color #B3047E: hue angle of 318.17º 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 #B3047E is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB1794126-
CMYK00.980.300.30
HSL318.17º95.63%35.88%-
HSV(B)318.17º97.77%70.2%-
XYZ22.411.1820.72-
YUV70.23159.48205.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.93%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=57.93%
G=1.29%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179412600.980.300.30318.1795.6335.88
HexB347E0621E1E13e6024
Octal26341760142363647614044
Binary1011001110011111100110001011110111101001111101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3047E; }

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

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

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

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

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

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

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

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