#B61574

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

Shades of Medium Violet Red #B61574

Tints of Medium Violet Red #B61574

Color information

#B61574 (or 0xB61574) is unknown color: approx Medium Violet Red. HEX triplet: B6, 15 and 74. RGB value is (182,21,116). Sum of RGB (Red+Green+Blue) = 182+21+116=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B61574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61574 is #49EA8B. Grayscale: #4F4F4F. Windows color (decimal): -4844172 or 7607734. OLE color: 7607734.

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

Color convert

RGB18221116-
CMYK00.880.360.29
HSL324.6º79.31%39.8%-
HSV(B)324.6º88.46%71.37%-
XYZ22.7111.7417.59-
YUV79.97148.34200.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=57.05%
G=6.58%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822111600.880.360.29324.679.3139.8
HexB61574058241D1454f28
Octal266251640130443550511750
Binary1011011010101111010001011000100100111011010001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61574; }

 p { color: rgb(182,21,116); }

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

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

 a { background-color: rgb(182,21,116); }

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

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

 span { border-color: rgb(182,21,116); }

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