#B81584

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

Shades of Medium Violet Red #B81584

Tints of Medium Violet Red #B81584

Color information

#B81584 (or 0xB81584) is unknown color: approx Medium Violet Red. HEX triplet: B8, 15 and 84. RGB value is (184,21,132). Sum of RGB (Red+Green+Blue) = 184+21+132=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81584 is #47EA7B. Grayscale: #525252. Windows color (decimal): -4713084 or 8656312. OLE color: 8656312.

HSL color Cylindrical-coordinate representation of color #B81584: hue angle of 319.14º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81584 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18421132-
CMYK00.890.280.28
HSL319.14º79.51%40.2%-
HSV(B)319.14º88.59%72.16%-
XYZ24.212.3922.95-
YUV82.39156200.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 21 (8.59% from 255) = 6.23%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=54.60%
G=6.23%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842113200.890.280.28319.1479.5140.2
HexB815840591C1C13f5028
Octal270252040131343447712050
Binary1011100010101100001000101100111100111001001111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81584; }

 p { color: rgb(184,21,132); }

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

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

 a { background-color: rgb(184,21,132); }

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

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

 span { border-color: rgb(184,21,132); }

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