#B81380

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

Shades of Medium Violet Red #B81380

Tints of Medium Violet Red #B81380

Color information

#B81380 (or 0xB81380) is unknown color: approx Medium Violet Red. HEX triplet: B8, 13 and 80. RGB value is (184,19,128). Sum of RGB (Red+Green+Blue) = 184+19+128=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B81380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81380 is #47EC7F. Grayscale: #505050. Windows color (decimal): -4713600 or 8393656. OLE color: 8393656.

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

Color convert

RGB18419128-
CMYK00.900.300.28
HSL320.36º81.28%39.8%-
HSV(B)320.36º89.67%72.16%-
XYZ23.912.2121.52-
YUV80.76154.66201.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 19 (7.81% from 255) = 5.74%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=55.59%
G=5.74%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841912800.900.300.28320.3681.2839.8
HexB8138005A1E1C1405128
Octal270232000132363450012150
Binary1011100010011100000000101101011110111001010000001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81380; }

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

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

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

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

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

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

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

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