#B56DFA

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

Shades of Heliotrope #B56DFA

Tints of Heliotrope #B56DFA

Color information

#B56DFA (or 0xB56DFA) is unknown color: approx Heliotrope. HEX triplet: B5, 6D and FA. RGB value is (181,109,250). Sum of RGB (Red+Green+Blue) = 181+109+250=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #B56DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56DFA is #4A9205. Grayscale: #929292. Windows color (decimal): -4887046 or 16412085. OLE color: 16412085.

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

Color convert

RGB181109250-
CMYK0.280.5600.02
HSL270.64º93.38%70.39%-
HSV(B)270.64º56.4%98.04%-
XYZ41.7827.6693.58-
YUV146.6186.35152.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=33.52%
G=20.19%
B=46.30%

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
Decimal1811092500.280.5600.02270.6493.3870.39
HexB56DFA1C380210f5d46
Octal265155372347002417135106
Binary101101011101101111110101110011100001010000111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56DFA; }

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

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

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

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

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

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

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

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