#B3048E

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

Shades of Medium Violet Red #B3048E

Tints of Medium Violet Red #B3048E

Color information

#B3048E (or 0xB3048E) is unknown color: approx Medium Violet Red. HEX triplet: B3, 04 and 8E. RGB value is (179,4,142). Sum of RGB (Red+Green+Blue) = 179+4+142=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3048E is #4CFB71. Grayscale: #474747. Windows color (decimal): -5045106 or 9307315. OLE color: 9307315.

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

Color convert

RGB1794142-
CMYK00.980.210.30
HSL312.69º95.63%35.88%-
HSV(B)312.69º97.77%70.2%-
XYZ23.5211.6226.6-
YUV72.06167.48204.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=55.08%
G=1.23%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179414200.980.210.30312.6995.6335.88
HexB348E062151E1396024
Octal26342160142253647114044
Binary10110011100100011100110001010101111101001110011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3048E; }

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

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

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

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

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

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

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

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