#B61679

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

Shades of Medium Violet Red #B61679

Tints of Medium Violet Red #B61679

Color information

#B61679 (or 0xB61679) is unknown color: approx Medium Violet Red. HEX triplet: B6, 16 and 79. RGB value is (182,22,121). Sum of RGB (Red+Green+Blue) = 182+22+121=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B61679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61679 is #49E986. Grayscale: #505050. Windows color (decimal): -4843911 or 7935670. OLE color: 7935670.

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

Color convert

RGB18222121-
CMYK00.880.340.29
HSL322.88º78.43%40%-
HSV(B)322.88º87.91%71.37%-
XYZ23.0311.919.17-
YUV81.13150.51199.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 22 (8.98% from 255) = 6.77%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=56%
G=6.77%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822212100.880.340.29322.8878.4340
HexB61679058221D1434e28
Octal266261710130423550311650
Binary1011011010110111100101011000100010111011010000111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61679; }

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

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

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

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

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

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

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

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