#B61578

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

Shades of Medium Violet Red #B61578

Tints of Medium Violet Red #B61578

Color information

#B61578 (or 0xB61578) is unknown color: approx Medium Violet Red. HEX triplet: B6, 15 and 78. RGB value is (182,21,120). Sum of RGB (Red+Green+Blue) = 182+21+120=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B61578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61578 is #49EA87. Grayscale: #505050. Windows color (decimal): -4844168 or 7869878. OLE color: 7869878.

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

Color convert

RGB18221120-
CMYK00.880.340.29
HSL323.11º79.31%39.8%-
HSV(B)323.11º88.46%71.37%-
XYZ22.9511.8418.84-
YUV80.43150.34200.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 21 (8.59% from 255) = 6.50%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=56.35%
G=6.50%
B=37.15%

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
Decimal1822112000.880.340.29323.1179.3139.8
HexB61578058221D1434f28
Octal266251700130423550311750
Binary1011011010101111100001011000100010111011010000111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61578; }

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

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

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

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

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

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

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

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