#B56EFB

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

Shades of Heliotrope #B56EFB

Tints of Heliotrope #B56EFB

Color information

#B56EFB (or 0xB56EFB) is unknown color: approx Heliotrope. HEX triplet: B5, 6E and FB. RGB value is (181,110,251). Sum of RGB (Red+Green+Blue) = 181+110+251=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #B56EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56EFB is #4A9104. Grayscale: #929292. Windows color (decimal): -4886789 or 16477877. OLE color: 16477877.

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

Color convert

RGB181110251-
CMYK0.280.5600.02
HSL270.21º94.63%70.78%-
HSV(B)270.21º56.18%98.43%-
XYZ42.0427.9494.44-
YUV147.3186.52152.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 110 (43.36% from 255) = 20.30%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=33.39%
G=20.30%
B=46.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811102510.280.5600.02270.2194.6370.78
HexB56EFB1C380210e5f47
Octal265156373347002416137107
Binary101101011101110111110111110011100001010000111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56EFB; }

 p { color: rgb(181,110,251); }

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

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

 a { background-color: rgb(181,110,251); }

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

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

 span { border-color: rgb(181,110,251); }

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