#B56AFB

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

Shades of Heliotrope #B56AFB

Tints of Heliotrope #B56AFB

Color information

#B56AFB (or 0xB56AFB) is unknown color: approx Heliotrope. HEX triplet: B5, 6A and FB. RGB value is (181,106,251). Sum of RGB (Red+Green+Blue) = 181+106+251=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #B56AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AFB is #4A9504. Grayscale: #909090. Windows color (decimal): -4887813 or 16476853. OLE color: 16476853.

HSL color Cylindrical-coordinate representation of color #B56AFB: hue angle of 271.03º degrees, saturation: 0.95, 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 #B56AFB is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181106251-
CMYK0.280.5800.02
HSL271.03º94.77%70%-
HSV(B)271.03º57.77%98.43%-
XYZ41.6227.194.3-
YUV144.95187.85153.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=33.64%
G=19.70%
B=46.65%

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
Decimal1811062510.280.5800.02271.0394.7770
HexB56AFB1C3A0210f5f46
Octal265152373347202417137106
Binary101101011101010111110111110011101001010000111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AFB; }

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

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

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

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

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

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

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

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