#B61678

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

Shades of Medium Violet Red #B61678

Tints of Medium Violet Red #B61678

Color information

#B61678 (or 0xB61678) is unknown color: approx Medium Violet Red. HEX triplet: B6, 16 and 78. RGB value is (182,22,120). Sum of RGB (Red+Green+Blue) = 182+22+120=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B61678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61678 is #49E987. Grayscale: #505050. Windows color (decimal): -4843912 or 7870134. OLE color: 7870134.

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

Color convert

RGB18222120-
CMYK00.880.340.29
HSL323.25º78.43%40%-
HSV(B)323.25º87.91%71.37%-
XYZ22.9711.8718.85-
YUV81.01150.01200.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 22 (8.98% from 255) = 6.79%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=56.17%
G=6.79%
B=37.04%

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
Decimal1822212000.880.340.29323.2578.4340
HexB61678058221D1434e28
Octal266261700130423550311650
Binary1011011010110111100001011000100010111011010000111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61678; }

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

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

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

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

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

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

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

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