#B81A7B

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

Shades of Medium Violet Red #B81A7B

Tints of Medium Violet Red #B81A7B

Color information

#B81A7B (or 0xB81A7B) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1A and 7B. RGB value is (184,26,123). Sum of RGB (Red+Green+Blue) = 184+26+123=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A7B is #47E584. Grayscale: #545454. Windows color (decimal): -4711813 or 8067768. OLE color: 8067768.

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

Color convert

RGB18426123-
CMYK00.860.330.28
HSL323.16º75.24%41.18%-
HSV(B)323.16º85.87%72.16%-
XYZ23.7112.3619.87-
YUV84.3149.85199.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 26 (10.55% from 255) = 7.81%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=55.26%
G=7.81%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842612300.860.330.28323.1675.2441.18
HexB81A7B056211C1434b29
Octal270321730126413450311351
Binary1011100011010111101101010110100001111001010000111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81A7B; }

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

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

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

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

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

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

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

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