#B81FA8

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

Shades of Medium Violet Red #B81FA8

Tints of Medium Violet Red #B81FA8

Color information

#B81FA8 (or 0xB81FA8) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1F and A8. RGB value is (184,31,168). Sum of RGB (Red+Green+Blue) = 184+31+168=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B81FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81FA8 is #47E057. Grayscale: #5B5B5B. Windows color (decimal): -4710488 or 11018168. OLE color: 11018168.

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

Color convert

RGB18431168-
CMYK00.830.090.28
HSL306.27º71.16%42.16%-
HSV(B)306.27º83.15%72.16%-
XYZ27.331438.31-
YUV92.36170.69193.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 31 (12.5% from 255) = 8.09%
BLUE value IS 168 (66.02% from 255) = 43.86%
R=48.04%
G=8.09%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843116800.830.090.28306.2771.1642.16
HexB81FA805391C132472a
Octal270372500123113446210752
Binary101110001111110101000010100111001111001001100101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81FA8; }

 p { color: rgb(184,31,168); }

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

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

 a { background-color: rgb(184,31,168); }

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

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

 span { border-color: rgb(184,31,168); }

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