#B56AFA

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

Shades of Heliotrope #B56AFA

Tints of Heliotrope #B56AFA

Color information

#B56AFA (or 0xB56AFA) is unknown color: approx Heliotrope. HEX triplet: B5, 6A and FA. RGB value is (181,106,250). Sum of RGB (Red+Green+Blue) = 181+106+250=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #B56AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AFA is #4A9505. Grayscale: #909090. Windows color (decimal): -4887814 or 16411317. OLE color: 16411317.

HSL color Cylindrical-coordinate representation of color #B56AFA: hue angle of 271.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B56AFA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181106250-
CMYK0.280.5800.02
HSL271.25º93.51%69.8%-
HSV(B)271.25º57.6%98.04%-
XYZ41.4727.0393.48-
YUV144.84187.35153.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 106 (41.80% from 255) = 19.74%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=33.71%
G=19.74%
B=46.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811062500.280.5800.02271.2593.5169.8
HexB56AFA1C3A0210f5e46
Octal265152372347202417136106
Binary101101011101010111110101110011101001010000111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AFA; }

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

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

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

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

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

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

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

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