#B81CAB

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

Shades of Medium Violet Red #B81CAB

Tints of Medium Violet Red #B81CAB

Color information

#B81CAB (or 0xB81CAB) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1C and AB. RGB value is (184,28,171). Sum of RGB (Red+Green+Blue) = 184+28+171=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B81CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81CAB is #47E354. Grayscale: #5A5A5A. Windows color (decimal): -4711253 or 11214008. OLE color: 11214008.

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

Color convert

RGB18428171-
CMYK00.850.070.28
HSL305º73.58%41.57%-
HSV(B)305º84.78%72.16%-
XYZ27.5313.9639.77-
YUV90.95173.18194.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 28 (11.33% from 255) = 7.31%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=48.04%
G=7.31%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842817100.850.070.2830573.5841.57
HexB81CAB05571C1314a2a
Octal27034253012573446111252
Binary10111000111001010101101010101111111001001100011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81CAB; }

 p { color: rgb(184,28,171); }

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

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

 a { background-color: rgb(184,28,171); }

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

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

 span { border-color: rgb(184,28,171); }

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