#B61684

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

Shades of Medium Violet Red #B61684

Tints of Medium Violet Red #B61684

Color information

#B61684 (or 0xB61684) is unknown color: approx Medium Violet Red. HEX triplet: B6, 16 and 84. RGB value is (182,22,132). Sum of RGB (Red+Green+Blue) = 182+22+132=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B61684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61684 is #49E97B. Grayscale: #525252. Windows color (decimal): -4843900 or 8656566. OLE color: 8656566.

HSL color Cylindrical-coordinate representation of color #B61684: hue angle of 318.75º degrees, saturation: 0.78, 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 #B61684 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18222132-
CMYK00.880.270.29
HSL318.75º78.43%40%-
HSV(B)318.75º87.91%71.37%-
XYZ23.7412.1822.93-
YUV82.38156.01199.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 22 (8.98% from 255) = 6.55%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=54.17%
G=6.55%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822213200.880.270.29318.7578.4340
HexB616840581B1D13f4e28
Octal266262040130333547711650
Binary1011011010110100001000101100011011111011001111111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61684; }

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

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

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

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

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

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

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

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