#B61E84

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

Shades of Medium Violet Red #B61E84

Tints of Medium Violet Red #B61E84

Color information

#B61E84 (or 0xB61E84) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1E and 84. RGB value is (182,30,132). Sum of RGB (Red+Green+Blue) = 182+30+132=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61E84 is #49E17B. Grayscale: #565656. Windows color (decimal): -4841852 or 8658614. OLE color: 8658614.

HSL color Cylindrical-coordinate representation of color #B61E84: hue angle of 319.74º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E84 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18230132-
CMYK00.840.270.29
HSL319.74º71.7%41.57%-
HSV(B)319.74º83.52%71.37%-
XYZ23.9212.5422.99-
YUV87.08153.36195.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=52.91%
G=8.72%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823013200.840.270.29319.7471.741.57
HexB61E840541B1D140482a
Octal266362040124333550011052
Binary1011011011110100001000101010011011111011010000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E84; }

 p { color: rgb(182,30,132); }

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

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

 a { background-color: rgb(182,30,132); }

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

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

 span { border-color: rgb(182,30,132); }

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