#B81A8E

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

Shades of Medium Violet Red #B81A8E

Tints of Medium Violet Red #B81A8E

Color information

#B81A8E (or 0xB81A8E) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1A and 8E. RGB value is (184,26,142). Sum of RGB (Red+Green+Blue) = 184+26+142=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81A8E is #47E571. Grayscale: #565656. Windows color (decimal): -4711794 or 9312952. OLE color: 9312952.

HSL color Cylindrical-coordinate representation of color #B81A8E: hue angle of 315.95º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81A8E is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18426142-
CMYK00.860.230.28
HSL315.95º75.24%41.18%-
HSV(B)315.95º85.87%72.16%-
XYZ25.0212.8826.76-
YUV86.47159.35197.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.27%
GREEN value IS 26 (10.55% from 255) = 7.39%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=52.27%
G=7.39%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842614200.860.230.28315.9575.2441.18
HexB81A8E056171C13c4b29
Octal270322160126273447411351
Binary1011100011010100011100101011010111111001001111001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81A8E; }

 p { color: rgb(184,26,142); }

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

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

 a { background-color: rgb(184,26,142); }

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

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

 span { border-color: rgb(184,26,142); }

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