#B81582

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

Shades of Medium Violet Red #B81582

Tints of Medium Violet Red #B81582

Color information

#B81582 (or 0xB81582) is unknown color: approx Medium Violet Red. HEX triplet: B8, 15 and 82. RGB value is (184,21,130). Sum of RGB (Red+Green+Blue) = 184+21+130=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B81582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81582 is #47EA7D. Grayscale: #515151. Windows color (decimal): -4713086 or 8525240. OLE color: 8525240.

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

Color convert

RGB18421130-
CMYK00.890.290.28
HSL319.88º79.51%40.2%-
HSV(B)319.88º88.59%72.16%-
XYZ24.0612.3422.23-
YUV82.16155200.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.93%
GREEN value IS 21 (8.59% from 255) = 6.27%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=54.93%
G=6.27%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842113000.890.290.28319.8879.5140.2
HexB815820591D1C1405028
Octal270252020131353450012050
Binary1011100010101100000100101100111101111001010000001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81582; }

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

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

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

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

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

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

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

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