#B81881

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

Shades of Medium Violet Red #B81881

Tints of Medium Violet Red #B81881

Color information

#B81881 (or 0xB81881) is unknown color: approx Medium Violet Red. HEX triplet: B8, 18 and 81. RGB value is (184,24,129). Sum of RGB (Red+Green+Blue) = 184+24+129=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81881 is #47E77E. Grayscale: #535353. Windows color (decimal): -4712319 or 8460472. OLE color: 8460472.

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

Color convert

RGB18424129-
CMYK00.870.300.28
HSL320.62º76.92%40.78%-
HSV(B)320.62º86.96%72.16%-
XYZ24.0612.4321.9-
YUV83.81153.51199.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 24 (9.77% from 255) = 7.12%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=54.60%
G=7.12%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842412900.870.300.28320.6276.9240.78
HexB818810571E1C1414d29
Octal270302010127363450111551
Binary1011100011000100000010101011111110111001010000011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81881; }

 p { color: rgb(184,24,129); }

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

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

 a { background-color: rgb(184,24,129); }

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

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

 span { border-color: rgb(184,24,129); }

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