#B56AF7

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

Shades of Medium Purple #B56AF7

Tints of Medium Purple #B56AF7

Color information

#B56AF7 (or 0xB56AF7) is unknown color: approx Medium Purple. HEX triplet: B5, 6A and F7. RGB value is (181,106,247). Sum of RGB (Red+Green+Blue) = 181+106+247=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #B56AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AF7 is #4A9508. Grayscale: #909090. Windows color (decimal): -4887817 or 16214709. OLE color: 16214709.

HSL color Cylindrical-coordinate representation of color #B56AF7: hue angle of 271.91º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B56AF7 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181106247-
CMYK0.270.5700.03
HSL271.91º89.81%69.22%-
HSV(B)271.91º57.09%96.86%-
XYZ4126.8591.02-
YUV144.5185.85154.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 106 (41.80% from 255) = 19.85%
BLUE value IS 247 (96.88% from 255) = 46.25%
R=33.90%
G=19.85%
B=46.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811062470.270.5700.03271.9189.8169.22
HexB56AF71B39031105a45
Octal265152367337103420132105
Binary101101011101010111101111101111100101110001000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AF7; }

 p { color: rgb(181,106,247); }

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

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

 a { background-color: rgb(181,106,247); }

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

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

 span { border-color: rgb(181,106,247); }

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