#B81E9E

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

Shades of Medium Violet Red #B81E9E

Tints of Medium Violet Red #B81E9E

Color information

#B81E9E (or 0xB81E9E) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1E and 9E. RGB value is (184,30,158). Sum of RGB (Red+Green+Blue) = 184+30+158=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81E9E is #47E161. Grayscale: #5A5A5A. Windows color (decimal): -4710754 or 10362552. OLE color: 10362552.

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

Color convert

RGB18430158-
CMYK00.840.140.28
HSL310.13º71.96%41.96%-
HSV(B)310.13º83.7%72.16%-
XYZ26.413.5933.58-
YUV90.64166.02194.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=49.46%
G=8.06%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843015800.840.140.28310.1371.9641.96
HexB81E9E054E1C136482a
Octal270362360124163446611052
Binary101110001111010011110010101001110111001001101101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81E9E; }

 p { color: rgb(184,30,158); }

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

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

 a { background-color: rgb(184,30,158); }

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

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

 span { border-color: rgb(184,30,158); }

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