#B03879

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

Shades of Medium Red Violet #B03879

Tints of Medium Red Violet #B03879

Color information

#B03879 (or 0xB03879) is unknown color: approx Medium Red Violet. HEX triplet: B0, 38 and 79. RGB value is (176,56,121). Sum of RGB (Red+Green+Blue) = 176+56+121=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B03879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03879 is #4FC786. Grayscale: #636363. Windows color (decimal): -5228423 or 7944368. OLE color: 7944368.

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

Color convert

RGB17656121-
CMYK00.680.310.31
HSL327.5º51.72%45.49%-
HSV(B)327.5º68.18%69.02%-
XYZ22.7713.4419.48-
YUV99.29140.26182.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=49.86%
G=15.86%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765612100.680.310.31327.551.7245.49
HexB038790441F1F148342d
Octal26070171010437375106455
Binary101100001110001111001010001001111111111101001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03879; }

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

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

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

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

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

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

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

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