#B42679

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

Shades of Medium Red Violet #B42679

Tints of Medium Red Violet #B42679

Color information

#B42679 (or 0xB42679) is unknown color: approx Medium Red Violet. HEX triplet: B4, 26 and 79. RGB value is (180,38,121). Sum of RGB (Red+Green+Blue) = 180+38+121=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B42679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42679 is #4BD986. Grayscale: #595959. Windows color (decimal): -4970887 or 7939764. OLE color: 7939764.

HSL color Cylindrical-coordinate representation of color #B42679: hue angle of 324.93º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42679 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18038121-
CMYK00.790.330.29
HSL324.93º65.14%42.75%-
HSV(B)324.93º78.89%70.59%-
XYZ22.9712.4719.29-
YUV89.92145.54192.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 38 (15.23% from 255) = 11.21%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=53.10%
G=11.21%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803812100.790.330.29324.9365.1442.75
HexB4267904F211D145412b
Octal264461710117413550510153
Binary10110100100110111100101001111100001111011010001011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42679; }

 p { color: rgb(180,38,121); }

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

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

 a { background-color: rgb(180,38,121); }

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

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

 span { border-color: rgb(180,38,121); }

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