#b03479

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

Shades of Medium Red Violet #B03479

Tints of Medium Red Violet #B03479

Color information

#B03479 (or 0xB03479) is unknown color: approx Medium Red Violet. HEX triplet: B0, 34 and 79. RGB value is (176,52,121). Sum of RGB (Red+Green+Blue) = 176+52+121=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B03479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03479 is #4FCB86. Grayscale: #606060. Windows color (decimal): -5229447 or 7943344. OLE color: 7943344.

HSL color Cylindrical-coordinate representation of color #B03479: hue angle of 326.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03479 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17652121-
CMYK00.700.310.31
HSL326.61º54.39%44.71%-
HSV(B)326.61º70.45%69.02%-
XYZ22.5813.0719.42-
YUV96.94141.58184.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=50.43%
G=14.90%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765212100.700.310.31326.6154.3944.71
HexB034790461F1F147362d
Octal26064171010637375076655
Binary101100001101001111001010001101111111111101000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03479; }

 p { color: rgb(176,52,121); }

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

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

 a { background-color: rgb(176,52,121); }

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

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

 span { border-color: rgb(176,52,121); }

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