#B81B74

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

Shades of Medium Violet Red #B81B74

Tints of Medium Violet Red #B81B74

Color information

#B81B74 (or 0xB81B74) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1B and 74. RGB value is (184,27,116). Sum of RGB (Red+Green+Blue) = 184+27+116=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B74 is #47E48B. Grayscale: #535353. Windows color (decimal): -4711564 or 7609272. OLE color: 7609272.

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

Color convert

RGB18427116-
CMYK00.850.370.28
HSL325.99º74.41%41.37%-
HSV(B)325.99º85.33%72.16%-
XYZ23.3112.2417.66-
YUV84.09146.01199.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.27%
GREEN value IS 27 (10.94% from 255) = 8.26%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=56.27%
G=8.26%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842711600.850.370.28325.9974.4141.37
HexB81B74055251C1464a29
Octal270331640125453450611251
Binary1011100011011111010001010101100101111001010001101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81B74; }

 p { color: rgb(184,27,116); }

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

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

 a { background-color: rgb(184,27,116); }

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

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

 span { border-color: rgb(184,27,116); }

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