#B81580

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

Shades of Medium Violet Red #B81580

Tints of Medium Violet Red #B81580

Color information

#B81580 (or 0xB81580) is unknown color: approx Medium Violet Red. HEX triplet: B8, 15 and 80. RGB value is (184,21,128). Sum of RGB (Red+Green+Blue) = 184+21+128=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B81580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81580 is #47EA7F. Grayscale: #515151. Windows color (decimal): -4713088 or 8394168. OLE color: 8394168.

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

Color convert

RGB18421128-
CMYK00.890.300.28
HSL320.61º79.51%40.2%-
HSV(B)320.61º88.59%72.16%-
XYZ23.9312.2921.53-
YUV81.94154200.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 21 (8.59% from 255) = 6.31%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=55.26%
G=6.31%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842112800.890.300.28320.6179.5140.2
HexB815800591E1C1415028
Octal270252000131363450112050
Binary1011100010101100000000101100111110111001010000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81580; }

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

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

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

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

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

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

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

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